Html Css Color HEX #6037BC Purple Heart

📋 copy color: '#6037BC'

red 96 ◦ green 55 ◦ blue 188

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

Shades of Purple Heart #6037BC

Tints of Purple Heart #6037BC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.22%

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

R = 28.32%
G = 16.22%
B = 55.46%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6037BC (or 0x6037BC) is known color: Purple Heart. HEX triplet: 60, 37 and BC. RGB value is (96,55,188). Sum of RGB (Red+Green+Blue) = 96+55+188=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #6037BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037BC is #9FC843. Grayscale: #515151. Windows color (decimal): -10471492 or 12334944. OLE color: 12334944.

HSL color Cylindrical-coordinate representation of color #6037BC: hue angle of 258.5º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6037BC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 55 188 -
CMYK 0.49 0.71 0 0.26
HSL 258.5º 0.55% 0.48% -
HSV(B) 258.5º 0.71% 0.74% -
XYZ 15.27 8.85 48.48 -
YUV 82.42 187.58 137.69 -
System Red Green Blue C M Y K H S L
Decimal 96 55 188 0.49 0.71 0 0.26 258.5 0.55 0.48
Hex 60 37 BC 31 47 0 1A 102 37 30
Octal 140 67 274 61 107 0 32 402 67 60
Binary 1100000 110111 10111100 110001 1000111 0 11010 100000010 110111 110000

Color Harmonies of #6037BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6037BC

Black with #6037BC

Text Example


Text Example

White with #6037BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6037BC; }

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

 H1.HeaderClassName
 {
   color: #6037BC;
 }
 .AnyTagClassName
 {
   color: #6037BC;
 }
</style>

background-color css

<style>
 a { background-color: #6037BC; }

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

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

border-color css

<style>
 span { border-color: #6037BC; }

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

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