Html Css Color HEX #602FDE Purple Heart

📋 copy color: '#602FDE'

red 96 ◦ green 47 ◦ blue 222

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

Shades of Purple Heart #602FDE

Tints of Purple Heart #602FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 26.3%
G = 12.88%
B = 60.82%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#602FDE (or 0x602FDE) is known color: Purple Heart. HEX triplet: 60, 2F and DE. RGB value is (96,47,222). Sum of RGB (Red+Green+Blue) = 96+47+222=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #602FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FDE is #9FD021. Grayscale: #505050. Windows color (decimal): -10473506 or 14561120. OLE color: 14561120.

HSL color Cylindrical-coordinate representation of color #602FDE: hue angle of 256.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602FDE is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 47 222 -
CMYK 0.57 0.79 0 0.13
HSL 256.8º 0.73% 0.53% -
HSV(B) 256.8º 0.79% 0.87% -
XYZ 19.03 9.79 69.99 -
YUV 81.6 207.23 138.27 -
System Red Green Blue C M Y K H S L
Decimal 96 47 222 0.57 0.79 0 0.13 256.8 0.73 0.53
Hex 60 2F DE 39 4F 0 D 101 49 35
Octal 140 57 336 71 117 0 15 401 111 65
Binary 1100000 101111 11011110 111001 1001111 0 1101 100000001 1001001 110101

Color Harmonies of #602FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FDE

Black with #602FDE

Text Example


Text Example

White with #602FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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