Html Css Color HEX #602DBC Purple Heart

📋 copy color: '#602DBC'

red 96 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #602DBC

Tints of Purple Heart #602DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 29.18%
G = 13.68%
B = 57.14%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#602DBC (or 0x602DBC) is known color: Purple Heart. HEX triplet: 60, 2D and BC. RGB value is (96,45,188). Sum of RGB (Red+Green+Blue) = 96+45+188=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #602DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DBC is #9FD243. Grayscale: #4C4C4C. Windows color (decimal): -10474052 or 12332384. OLE color: 12332384.

HSL color Cylindrical-coordinate representation of color #602DBC: hue angle of 261.4º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602DBC is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 45 188 -
CMYK 0.49 0.76 0 0.26
HSL 261.4º 0.61% 0.46% -
HSV(B) 261.4º 0.76% 0.74% -
XYZ 14.84 7.99 48.34 -
YUV 76.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 96 45 188 0.49 0.76 0 0.26 261.4 0.61 0.46
Hex 60 2D BC 31 4C 0 1A 105 3D 2E
Octal 140 55 274 61 114 0 32 405 75 56
Binary 1100000 101101 10111100 110001 1001100 0 11010 100000101 111101 101110

Color Harmonies of #602DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DBC

Black with #602DBC

Text Example


Text Example

White with #602DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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