#602CF3

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

Shades of Han Purple #602CF3

Tints of Han Purple #602CF3

Color information

#602CF3 (or 0x602CF3) is unknown color: approx Han Purple. HEX triplet: 60, 2C and F3. RGB value is (96,44,243). Sum of RGB (Red+Green+Blue) = 96+44+243=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #602CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CF3 is #9FD30C. Grayscale: #515151. Windows color (decimal): -10474253 or 15936608. OLE color: 15936608.

HSL color Cylindrical-coordinate representation of color #602CF3: hue angle of 255.68º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602CF3 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9644243-
CMYK0.600.8200.05
HSL255.68º89.24%56.27%-
HSV(B)255.68º81.89%95.29%-
XYZ21.910.7685.72-
YUV82.23218.73137.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 44 (17.58% from 255) = 11.49%
BLUE value IS 243 (95.31% from 255) = 63.45%
R=25.07%
G=11.49%
B=63.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96442430.600.8200.05255.6889.2456.27
Hex602CF33C52051005938
Octal14054363741220540013170
Binary110000010110011110011111100101001001011000000001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602CF3; }

 p { color: rgb(96,44,243); }

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

<style>
 a { background-color: #602CF3; }

 a { background-color: rgb(96,44,243); }

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

<style>
 span { border-color: #602CF3; }

 span { border-color: rgb(96,44,243); }

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