Html Css Color HEX #602FCD Purple Heart

📋 copy color: '#602FCD'

red 96 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #602FCD

Tints of Purple Heart #602FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 27.59%
G = 13.51%
B = 58.91%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#602FCD (or 0x602FCD) is known color: Purple Heart. HEX triplet: 60, 2F and CD. RGB value is (96,47,205). Sum of RGB (Red+Green+Blue) = 96+47+205=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #602FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FCD is #9FD032. Grayscale: #4F4F4F. Windows color (decimal): -10473523 or 13447008. OLE color: 13447008.

HSL color Cylindrical-coordinate representation of color #602FCD: hue angle of 258.61º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602FCD is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 47 205 -
CMYK 0.53 0.77 0 0.20
HSL 258.61º 0.63% 0.49% -
HSV(B) 258.61º 0.77% 0.8% -
XYZ 16.86 8.93 58.59 -
YUV 79.66 198.73 139.65 -
System Red Green Blue C M Y K H S L
Decimal 96 47 205 0.53 0.77 0 0.20 258.61 0.63 0.49
Hex 60 2F CD 35 4D 0 14 103 3F 31
Octal 140 57 315 65 115 0 24 403 77 61
Binary 1100000 101111 11001101 110101 1001101 0 10100 100000011 111111 110001

Color Harmonies of #602FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FCD

Black with #602FCD

Text Example


Text Example

White with #602FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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