#6237f2

Color #6237F2 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6237F2

Tints of Han Purple #6237F2

Color information

#6237F2 (or 0x6237F2) is unknown color: approx Han Purple. HEX triplet: 62, 37 and F2. RGB value is (98,55,242). Sum of RGB (Red+Green+Blue) = 98+55+242=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 242 (94.92% from 255 or 61.27% from 395); Max value from RGB is 242 - color contains mainly: blue. Hex color #6237F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6237F2 is #9DC80D. Grayscale: #585858. Windows color (decimal): -10340366 or 15873890. OLE color: 15873890.

HSL color Cylindrical-coordinate representation of color #6237F2: hue angle of 253.8º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6237F2 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9855242-
CMYK0.600.7700.05
HSL253.8º87.79%58.24%-
HSV(B)253.8º77.27%94.9%-
XYZ22.4311.7485.09-
YUV89.18214.25134.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 55 (21.88% from 255) = 13.92%
BLUE value IS 242 (94.92% from 255) = 61.27%
R=24.81%
G=13.92%
B=61.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal98552420.600.7700.05253.887.7958.24
Hex6237F23C4D05fe583a
Octal14267362741150537613072
Binary11000101101111111001011110010011010101111111101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6237f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6237f2; }

 p { color: rgb(98,55,242); }

 H1.HeaderClassName
 {
   color: #6237f2;
 }
 .AnyTagClassName
 {
   color: #6237f2;
 }
</style>
background-color css

<style>
 a { background-color: #6237f2; }

 a { background-color: rgb(98,55,242); }

 div.DivClassName
 {
   background-color: #6237f2;
 }
 .BgClassName
 {
   background-color: #6237f2;
 }
</style>
border-color css

<style>
 span { border-color: #6237f2; }

 span { border-color: rgb(98,55,242); }

 td.TdClassName
 {
   border-color: #6237f2;
 }
 .TagClassName
 {
   border-color: #6237f2;
 }
</style>