Html Css Color HEX #602DDF Purple Heart

📋 copy color: '#602DDF'

red 96 ◦ green 45 ◦ blue 223

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

Shades of Purple Heart #602DDF

Tints of Purple Heart #602DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 26.37%
G = 12.36%
B = 61.26%

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

#602DDF (or 0x602DDF) is known color: Purple Heart. HEX triplet: 60, 2D and DF. RGB value is (96,45,223). Sum of RGB (Red+Green+Blue) = 96+45+223=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #602DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DDF is #9FD220. Grayscale: #4F4F4F. Windows color (decimal): -10474017 or 14626144. OLE color: 14626144.

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

Color convert

RGB 96 45 223 -
CMYK 0.57 0.80 0 0.13
HSL 257.19º 0.74% 0.53% -
HSV(B) 257.19º 0.8% 0.87% -
XYZ 19.08 9.69 70.68 -
YUV 80.54 208.4 139.03 -
System Red Green Blue C M Y K H S L
Decimal 96 45 223 0.57 0.80 0 0.13 257.19 0.74 0.53
Hex 60 2D DF 39 50 0 D 101 4A 35
Octal 140 55 337 71 120 0 15 401 112 65
Binary 1100000 101101 11011111 111001 1010000 0 1101 100000001 1001010 110101

Color Harmonies of #602DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DDF

Black with #602DDF

Text Example


Text Example

White with #602DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,45,223); }

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

background-color css

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

 a { background-color: rgb(96,45,223); }

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

border-color css

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

 span { border-color: rgb(96,45,223); }

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