Html Css Color HEX #602BEF Han Purple

📋 copy color: '#602BEF'

red 96 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #602BEF

Tints of Han Purple #602BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 25.4%
G = 11.38%
B = 63.23%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#602BEF (or 0x602BEF) is known color: Han Purple. HEX triplet: 60, 2B and EF. RGB value is (96,43,239). Sum of RGB (Red+Green+Blue) = 96+43+239=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #602BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BEF is #9FD410. Grayscale: #505050. Windows color (decimal): -10474513 or 15674208. OLE color: 15674208.

HSL color Cylindrical-coordinate representation of color #602BEF: hue angle of 256.22º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602BEF is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 43 239 -
CMYK 0.60 0.82 0 0.06
HSL 256.22º 0.86% 0.55% -
HSV(B) 256.22º 0.82% 0.94% -
XYZ 21.27 10.45 82.56 -
YUV 81.19 217.06 138.56 -
System Red Green Blue C M Y K H S L
Decimal 96 43 239 0.60 0.82 0 0.06 256.22 0.86 0.55
Hex 60 2B EF 3C 52 0 6 100 56 37
Octal 140 53 357 74 122 0 6 400 126 67
Binary 1100000 101011 11101111 111100 1010010 0 110 100000000 1010110 110111

Color Harmonies of #602BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BEF

Black with #602BEF

Text Example


Text Example

White with #602BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,43,239); }

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

background-color css

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

 a { background-color: rgb(96,43,239); }

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

border-color css

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

 span { border-color: rgb(96,43,239); }

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