Html Css Color HEX #602BDD Purple Heart

📋 copy color: '#602BDD'

red 96 ◦ green 43 ◦ blue 221

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

Shades of Purple Heart #602BDD

Tints of Purple Heart #602BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.94%

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

R = 26.67%
G = 11.94%
B = 61.39%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#602BDD (or 0x602BDD) is known color: Purple Heart. HEX triplet: 60, 2B and DD. RGB value is (96,43,221). Sum of RGB (Red+Green+Blue) = 96+43+221=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #602BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BDD is #9FD422. Grayscale: #4E4E4E. Windows color (decimal): -10474531 or 14494560. OLE color: 14494560.

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

Color convert

RGB 96 43 221 -
CMYK 0.57 0.81 0 0.13
HSL 257.87º 0.72% 0.52% -
HSV(B) 257.87º 0.81% 0.87% -
XYZ 18.74 9.44 69.24 -
YUV 79.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 96 43 221 0.57 0.81 0 0.13 257.87 0.72 0.52
Hex 60 2B DD 39 51 0 D 102 48 34
Octal 140 53 335 71 121 0 15 402 110 64
Binary 1100000 101011 11011101 111001 1010001 0 1101 100000010 1001000 110100

Color Harmonies of #602BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BDD

Black with #602BDD

Text Example


Text Example

White with #602BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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