Html Css Color HEX #602FD8 Purple Heart

📋 copy color: '#602FD8'

red 96 ◦ green 47 ◦ blue 216

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

Shades of Purple Heart #602FD8

Tints of Purple Heart #602FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60.17%

R = 26.74%
G = 13.09%
B = 60.17%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#602FD8 (or 0x602FD8) is known color: Purple Heart. HEX triplet: 60, 2F and D8. RGB value is (96,47,216). Sum of RGB (Red+Green+Blue) = 96+47+216=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 216 (84.77% from 255 or 60.17% from 359); Max value from RGB is 216 - color contains mainly: blue. Hex color #602FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FD8 is #9FD027. Grayscale: #505050. Windows color (decimal): -10473512 or 14167904. OLE color: 14167904.

HSL color Cylindrical-coordinate representation of color #602FD8: hue angle of 257.4º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602FD8 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 47 216 -
CMYK 0.56 0.78 0 0.15
HSL 257.4º 0.68% 0.52% -
HSV(B) 257.4º 0.78% 0.85% -
XYZ 18.24 9.48 65.83 -
YUV 80.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 96 47 216 0.56 0.78 0 0.15 257.4 0.68 0.52
Hex 60 2F D8 38 4E 0 F 101 44 34
Octal 140 57 330 70 116 0 17 401 104 64
Binary 1100000 101111 11011000 111000 1001110 0 1111 100000001 1000100 110100

Color Harmonies of #602FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FD8

Black with #602FD8

Text Example


Text Example

White with #602FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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