#6230F4

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

Shades of Han Purple #6230F4

Tints of Han Purple #6230F4

Color information

#6230F4 (or 0x6230F4) is unknown color: approx Han Purple. HEX triplet: 62, 30 and F4. RGB value is (98,48,244). Sum of RGB (Red+Green+Blue) = 98+48+244=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 244 (95.70% from 255 or 62.56% from 390); Max value from RGB is 244 - color contains mainly: blue. Hex color #6230F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6230F4 is #9DCF0B. Grayscale: #545454. Windows color (decimal): -10342156 or 16003170. OLE color: 16003170.

HSL color Cylindrical-coordinate representation of color #6230F4: hue angle of 255.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6230F4 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9848244-
CMYK0.600.8000.04
HSL255.31º89.91%57.25%-
HSV(B)255.31º80.33%95.69%-
XYZ22.4211.2486.58-
YUV85.29217.56137.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 48 (19.14% from 255) = 12.31%
BLUE value IS 244 (95.70% from 255) = 62.56%
R=25.13%
G=12.31%
B=62.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal98482440.600.8000.04255.3189.9157.25
Hex6230F43C5004ff5a39
Octal14260364741200437713271
Binary11000101100001111010011110010100000100111111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6230F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6230F4; }

 p { color: rgb(98,48,244); }

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

<style>
 a { background-color: #6230F4; }

 a { background-color: rgb(98,48,244); }

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

<style>
 span { border-color: #6230F4; }

 span { border-color: rgb(98,48,244); }

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