Html Css Color HEX #6039BC Purple Heart

📋 copy color: '#6039BC'

red 96 ◦ green 57 ◦ blue 188

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

Shades of Purple Heart #6039BC

Tints of Purple Heart #6039BC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 28.15%
G = 16.72%
B = 55.13%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6039BC (or 0x6039BC) is known color: Purple Heart. HEX triplet: 60, 39 and BC. RGB value is (96,57,188). Sum of RGB (Red+Green+Blue) = 96+57+188=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #6039BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6039BC is #9FC643. Grayscale: #535353. Windows color (decimal): -10470980 or 12335456. OLE color: 12335456.

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

Color convert

RGB 96 57 188 -
CMYK 0.49 0.70 0 0.26
HSL 257.86º 0.53% 0.48% -
HSV(B) 257.86º 0.7% 0.74% -
XYZ 15.36 9.04 48.51 -
YUV 83.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 96 57 188 0.49 0.70 0 0.26 257.86 0.53 0.48
Hex 60 39 BC 31 46 0 1A 102 35 30
Octal 140 71 274 61 106 0 32 402 65 60
Binary 1100000 111001 10111100 110001 1000110 0 11010 100000010 110101 110000

Color Harmonies of #6039BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6039BC

Black with #6039BC

Text Example


Text Example

White with #6039BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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