Html Css Color HEX #602CDD Purple Heart

📋 copy color: '#602CDD'

red 96 ◦ green 44 ◦ blue 221

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

Shades of Purple Heart #602CDD

Tints of Purple Heart #602CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 26.59%
G = 12.19%
B = 61.22%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#602CDD (or 0x602CDD) is known color: Purple Heart. HEX triplet: 60, 2C and DD. RGB value is (96,44,221). Sum of RGB (Red+Green+Blue) = 96+44+221=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #602CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CDD is #9FD322. Grayscale: #4F4F4F. Windows color (decimal): -10474275 or 14494816. OLE color: 14494816.

HSL color Cylindrical-coordinate representation of color #602CDD: hue angle of 257.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602CDD is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 44 221 -
CMYK 0.57 0.80 0 0.13
HSL 257.63º 0.72% 0.52% -
HSV(B) 257.63º 0.8% 0.87% -
XYZ 18.78 9.51 69.25 -
YUV 79.73 207.73 139.61 -
System Red Green Blue C M Y K H S L
Decimal 96 44 221 0.57 0.80 0 0.13 257.63 0.72 0.52
Hex 60 2C DD 39 50 0 D 102 48 34
Octal 140 54 335 71 120 0 15 402 110 64
Binary 1100000 101100 11011101 111001 1010000 0 1101 100000010 1001000 110100

Color Harmonies of #602CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CDD

Black with #602CDD

Text Example


Text Example

White with #602CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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