#6230FC

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

Shades of Han Purple #6230FC

Tints of Han Purple #6230FC

Color information

#6230FC (or 0x6230FC) is unknown color: approx Han Purple. HEX triplet: 62, 30 and FC. RGB value is (98,48,252). Sum of RGB (Red+Green+Blue) = 98+48+252=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #6230FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6230FC is #9DCF03. Grayscale: #555555. Windows color (decimal): -10342148 or 16527458. OLE color: 16527458.

HSL color Cylindrical-coordinate representation of color #6230FC: hue angle of 254.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6230FC is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9848252-
CMYK0.610.8100.01
HSL254.71º97.14%58.82%-
HSV(B)254.71º80.95%98.82%-
XYZ23.6611.7493.11-
YUV86.21221.56136.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 48 (19.14% from 255) = 12.06%
BLUE value IS 252 (98.83% from 255) = 63.32%
R=24.62%
G=12.06%
B=63.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal98482520.610.8100.01254.7197.1458.82
Hex6230FC3D5101ff613b
Octal14260374751210137714173
Binary110001011000011111100111101101000101111111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6230FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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