Html Css Color HEX #5D06BC Purple Heart

📋 copy color: '#5D06BC'

red 93 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #5D06BC

Tints of Purple Heart #5D06BC

RGB

 RED value IS 93 (36.72% from 255) = 32.4%

 GREEN value IS 6 (2.73% from 255) = 2.09%

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

R = 32.4%
G = 2.09%
B = 65.51%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D06BC (or 0x5D06BC) is known color: Purple Heart. HEX triplet: 5D, 06 and BC. RGB value is (93,6,188). Sum of RGB (Red+Green+Blue) = 93+6+188=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D06BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D06BC is #A2F943. Grayscale: #343434. Windows color (decimal): -10680644 or 12322397. OLE color: 12322397.

HSL color Cylindrical-coordinate representation of color #5D06BC: hue angle of 268.68º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D06BC is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 6 188 -
CMYK 0.51 0.97 0 0.26
HSL 268.68º 0.94% 0.38% -
HSV(B) 268.68º 0.97% 0.74% -
XYZ 13.66 6.09 48.03 -
YUV 52.76 204.32 156.7 -
System Red Green Blue C M Y K H S L
Decimal 93 6 188 0.51 0.97 0 0.26 268.68 0.94 0.38
Hex 5D 6 BC 33 61 0 1A 10D 5E 26
Octal 135 6 274 63 141 0 32 415 136 46
Binary 1011101 110 10111100 110011 1100001 0 11010 100001101 1011110 100110

Color Harmonies of #5D06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D06BC

Black with #5D06BC

Text Example


Text Example

White with #5D06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D06BC; }

 p { color: rgb(93,6,188); }

 H1.HeaderClassName
 {
   color: #5D06BC;
 }
 .AnyTagClassName
 {
   color: #5D06BC;
 }
</style>

background-color css

<style>
 a { background-color: #5D06BC; }

 a { background-color: rgb(93,6,188); }

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

border-color css

<style>
 span { border-color: #5D06BC; }

 span { border-color: rgb(93,6,188); }

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