Html Css Color HEX #602CCF Purple Heart

📋 copy color: '#602CCF'

red 96 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #602CCF

Tints of Purple Heart #602CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.68%

 BLUE value IS 207 (81.25% from 255) = 59.65%

R = 27.67%
G = 12.68%
B = 59.65%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#602CCF (or 0x602CCF) is known color: Purple Heart. HEX triplet: 60, 2C and CF. RGB value is (96,44,207). Sum of RGB (Red+Green+Blue) = 96+44+207=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #602CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CCF is #9FD330. Grayscale: #4D4D4D. Windows color (decimal): -10474289 or 13577312. OLE color: 13577312.

HSL color Cylindrical-coordinate representation of color #602CCF: hue angle of 259.14º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602CCF is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 44 207 -
CMYK 0.54 0.79 0 0.19
HSL 259.14º 0.65% 0.49% -
HSV(B) 259.14º 0.79% 0.81% -
XYZ 16.99 8.79 59.83 -
YUV 78.13 200.73 140.75 -
System Red Green Blue C M Y K H S L
Decimal 96 44 207 0.54 0.79 0 0.19 259.14 0.65 0.49
Hex 60 2C CF 36 4F 0 13 103 41 31
Octal 140 54 317 66 117 0 23 403 101 61
Binary 1100000 101100 11001111 110110 1001111 0 10011 100000011 1000001 110001

Color Harmonies of #602CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CCF

Black with #602CCF

Text Example


Text Example

White with #602CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,207); }

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

background-color css

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

 a { background-color: rgb(96,44,207); }

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

border-color css

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

 span { border-color: rgb(96,44,207); }

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