Html Css Color HEX #602DF3 Han Purple

📋 copy color: '#602DF3'

red 96 ◦ green 45 ◦ blue 243

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

Shades of Han Purple #602DF3

Tints of Han Purple #602DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.28%

R = 25%
G = 11.72%
B = 63.28%

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

#602DF3 (or 0x602DF3) is known color: Han Purple. HEX triplet: 60, 2D and F3. RGB value is (96,45,243). Sum of RGB (Red+Green+Blue) = 96+45+243=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #602DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602DF3 is #9FD20C. Grayscale: #525252. Windows color (decimal): -10473997 or 15936864. OLE color: 15936864.

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

Color convert

RGB 96 45 243 -
CMYK 0.60 0.81 0 0.05
HSL 255.45º 0.89% 0.56% -
HSV(B) 255.45º 0.81% 0.95% -
XYZ 21.94 10.83 85.73 -
YUV 82.82 218.4 137.4 -
System Red Green Blue C M Y K H S L
Decimal 96 45 243 0.60 0.81 0 0.05 255.45 0.89 0.56
Hex 60 2D F3 3C 51 0 5 FF 59 38
Octal 140 55 363 74 121 0 5 377 131 70
Binary 1100000 101101 11110011 111100 1010001 0 101 11111111 1011001 111000

Color Harmonies of #602DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DF3

Black with #602DF3

Text Example


Text Example

White with #602DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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