Html Css Color HEX #5C0BBB Purple Heart

📋 copy color: '#5C0BBB'

red 92 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #5C0BBB

Tints of Purple Heart #5C0BBB

RGB

 RED value IS 92 (36.33% from 255) = 31.72%

 GREEN value IS 11 (4.69% from 255) = 3.79%

 BLUE value IS 187 (73.44% from 255) = 64.48%

R = 31.72%
G = 3.79%
B = 64.48%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C0BBB (or 0x5C0BBB) is known color: Purple Heart. HEX triplet: 5C, 0B and BB. RGB value is (92,11,187). Sum of RGB (Red+Green+Blue) = 92+11+187=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C0BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0BBB is #A3F444. Grayscale: #363636. Windows color (decimal): -10744901 or 12258140. OLE color: 12258140.

HSL color Cylindrical-coordinate representation of color #5C0BBB: hue angle of 267.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0BBB is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 11 187 -
CMYK 0.51 0.94 0 0.27
HSL 267.61º 0.89% 0.39% -
HSV(B) 267.61º 0.94% 0.73% -
XYZ 13.5 6.1 47.48 -
YUV 55.28 202.34 154.19 -
System Red Green Blue C M Y K H S L
Decimal 92 11 187 0.51 0.94 0 0.27 267.61 0.89 0.39
Hex 5C B BB 33 5E 0 1B 10C 59 27
Octal 134 13 273 63 136 0 33 414 131 47
Binary 1011100 1011 10111011 110011 1011110 0 11011 100001100 1011001 100111

Color Harmonies of #5C0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0BBB

Black with #5C0BBB

Text Example


Text Example

White with #5C0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,11,187); }

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

background-color css

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

 a { background-color: rgb(92,11,187); }

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

border-color css

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

 span { border-color: rgb(92,11,187); }

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