Html Css Color HEX #602EFC Han Purple

📋 copy color: '#602EFC'

red 96 ◦ green 46 ◦ blue 252

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

Shades of Han Purple #602EFC

Tints of Han Purple #602EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.68%

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 24.37%
G = 11.68%
B = 63.96%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#602EFC (or 0x602EFC) is known color: Han Purple. HEX triplet: 60, 2E and FC. RGB value is (96,46,252). Sum of RGB (Red+Green+Blue) = 96+46+252=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #602EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EFC is #9FD103. Grayscale: #535353. Windows color (decimal): -10473732 or 16526944. OLE color: 16526944.

HSL color Cylindrical-coordinate representation of color #602EFC: hue angle of 254.56º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602EFC is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 46 252 -
CMYK 0.62 0.82 0 0.01
HSL 254.56º 0.97% 0.58% -
HSV(B) 254.56º 0.82% 0.99% -
XYZ 23.37 11.47 93.08 -
YUV 84.43 222.57 136.25 -
System Red Green Blue C M Y K H S L
Decimal 96 46 252 0.62 0.82 0 0.01 254.56 0.97 0.58
Hex 60 2E FC 3E 52 0 1 FF 61 3A
Octal 140 56 374 76 122 0 1 377 141 72
Binary 1100000 101110 11111100 111110 1010010 0 1 11111111 1100001 111010

Color Harmonies of #602EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EFC

Black with #602EFC

Text Example


Text Example

White with #602EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,46,252); }

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

background-color css

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

 a { background-color: rgb(96,46,252); }

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

border-color css

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

 span { border-color: rgb(96,46,252); }

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