Html Css Color HEX #602FF2 Han Purple

📋 copy color: '#602FF2'

red 96 ◦ green 47 ◦ blue 242

#602FF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #602FF2

Tints of Han Purple #602FF2

RGB

 RED value IS 96 (37.89% from 255) = 24.94%

 GREEN value IS 47 (18.75% from 255) = 12.21%

 BLUE value IS 242 (94.92% from 255) = 62.86%

R = 24.94%
G = 12.21%
B = 62.86%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#602FF2 (or 0x602FF2) is known color: Han Purple. HEX triplet: 60, 2F and F2. RGB value is (96,47,242). Sum of RGB (Red+Green+Blue) = 96+47+242=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #602FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602FF2 is #9FD00D. Grayscale: #535353. Windows color (decimal): -10473486 or 15871840. OLE color: 15871840.

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

Color convert

RGB 96 47 242 -
CMYK 0.60 0.81 0 0.05
HSL 255.08º 0.88% 0.57% -
HSV(B) 255.08º 0.81% 0.95% -
XYZ 21.87 10.93 84.96 -
YUV 83.88 217.23 136.64 -
System Red Green Blue C M Y K H S L
Decimal 96 47 242 0.60 0.81 0 0.05 255.08 0.88 0.57
Hex 60 2F F2 3C 51 0 5 FF 58 39
Octal 140 57 362 74 121 0 5 377 130 71
Binary 1100000 101111 11110010 111100 1010001 0 101 11111111 1011000 111001

Color Harmonies of #602FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FF2

Black with #602FF2

Text Example


Text Example

White with #602FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,47,242); }

 H1.HeaderClassName
 {
   color: #602FF2;
 }
 .AnyTagClassName
 {
   color: #602FF2;
 }
</style>

background-color css

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

 a { background-color: rgb(96,47,242); }

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

border-color css

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

 span { border-color: rgb(96,47,242); }

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