Html Css Color HEX #602FD6 Purple Heart

📋 copy color: '#602FD6'

red 96 ◦ green 47 ◦ blue 214

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

Shades of Purple Heart #602FD6

Tints of Purple Heart #602FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.94%

R = 26.89%
G = 13.17%
B = 59.94%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#602FD6 (or 0x602FD6) is known color: Purple Heart. HEX triplet: 60, 2F and D6. RGB value is (96,47,214). Sum of RGB (Red+Green+Blue) = 96+47+214=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #602FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FD6 is #9FD029. Grayscale: #505050. Windows color (decimal): -10473514 or 14036832. OLE color: 14036832.

HSL color Cylindrical-coordinate representation of color #602FD6: hue angle of 257.6º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602FD6 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 47 214 -
CMYK 0.55 0.78 0 0.16
HSL 257.6º 0.67% 0.51% -
HSV(B) 257.6º 0.78% 0.84% -
XYZ 17.98 9.37 64.48 -
YUV 80.69 203.23 138.92 -
System Red Green Blue C M Y K H S L
Decimal 96 47 214 0.55 0.78 0 0.16 257.6 0.67 0.51
Hex 60 2F D6 37 4E 0 10 102 43 33
Octal 140 57 326 67 116 0 20 402 103 63
Binary 1100000 101111 11010110 110111 1001110 0 10000 100000010 1000011 110011

Color Harmonies of #602FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FD6

Black with #602FD6

Text Example


Text Example

White with #602FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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