Html Css Color HEX #602EBC Purple Heart

📋 copy color: '#602EBC'

red 96 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #602EBC

Tints of Purple Heart #602EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

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

R = 29.09%
G = 13.94%
B = 56.97%

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

#602EBC (or 0x602EBC) is known color: Purple Heart. HEX triplet: 60, 2E and BC. RGB value is (96,46,188). Sum of RGB (Red+Green+Blue) = 96+46+188=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #602EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EBC is #9FD143. Grayscale: #4C4C4C. Windows color (decimal): -10473796 or 12332640. OLE color: 12332640.

HSL color Cylindrical-coordinate representation of color #602EBC: hue angle of 261.13º 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 #602EBC is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 46 188 -
CMYK 0.49 0.76 0 0.26
HSL 261.13º 0.61% 0.46% -
HSV(B) 261.13º 0.76% 0.74% -
XYZ 14.88 8.07 48.35 -
YUV 77.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 96 46 188 0.49 0.76 0 0.26 261.13 0.61 0.46
Hex 60 2E BC 31 4C 0 1A 105 3D 2E
Octal 140 56 274 61 114 0 32 405 75 56
Binary 1100000 101110 10111100 110001 1001100 0 11010 100000101 111101 101110

Color Harmonies of #602EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EBC

Black with #602EBC

Text Example


Text Example

White with #602EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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