Html Css Color HEX #602DF7 Han Purple

📋 copy color: '#602DF7'

red 96 ◦ green 45 ◦ blue 247

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

Shades of Han Purple #602DF7

Tints of Han Purple #602DF7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.6%

 BLUE value IS 247 (96.88% from 255) = 63.66%

R = 24.74%
G = 11.6%
B = 63.66%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#602DF7 (or 0x602DF7) is known color: Han Purple. HEX triplet: 60, 2D and F7. RGB value is (96,45,247). Sum of RGB (Red+Green+Blue) = 96+45+247=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #602DF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602DF7 is #9FD208. Grayscale: #525252. Windows color (decimal): -10473993 or 16199008. OLE color: 16199008.

HSL color Cylindrical-coordinate representation of color #602DF7: hue angle of 255.15º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602DF7 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 45 247 -
CMYK 0.61 0.82 0 0.03
HSL 255.15º 0.93% 0.57% -
HSV(B) 255.15º 0.82% 0.97% -
XYZ 22.55 11.08 88.95 -
YUV 83.28 220.4 137.07 -
System Red Green Blue C M Y K H S L
Decimal 96 45 247 0.61 0.82 0 0.03 255.15 0.93 0.57
Hex 60 2D F7 3D 52 0 3 FF 5D 39
Octal 140 55 367 75 122 0 3 377 135 71
Binary 1100000 101101 11110111 111101 1010010 0 11 11111111 1011101 111001

Color Harmonies of #602DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DF7

Black with #602DF7

Text Example


Text Example

White with #602DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,45,247); }

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

background-color css

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

 a { background-color: rgb(96,45,247); }

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

border-color css

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

 span { border-color: rgb(96,45,247); }

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