Html Css Color HEX #5C0BCA Purple Heart

📋 copy color: '#5C0BCA'

red 92 ◦ green 11 ◦ blue 202

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

Shades of Purple Heart #5C0BCA

Tints of Purple Heart #5C0BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.23%

R = 30.16%
G = 3.61%
B = 66.23%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C0BCA (or 0x5C0BCA) is known color: Purple Heart. HEX triplet: 5C, 0B and CA. RGB value is (92,11,202). Sum of RGB (Red+Green+Blue) = 92+11+202=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C0BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0BCA is #A3F435. Grayscale: #383838. Windows color (decimal): -10744886 or 13241180. OLE color: 13241180.

HSL color Cylindrical-coordinate representation of color #5C0BCA: hue angle of 265.45º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0BCA is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 11 202 -
CMYK 0.54 0.95 0 0.21
HSL 265.45º 0.9% 0.42% -
HSV(B) 265.45º 0.95% 0.79% -
XYZ 15.19 6.78 56.38 -
YUV 56.99 209.84 152.97 -
System Red Green Blue C M Y K H S L
Decimal 92 11 202 0.54 0.95 0 0.21 265.45 0.9 0.42
Hex 5C B CA 36 5F 0 15 109 5A 2A
Octal 134 13 312 66 137 0 25 411 132 52
Binary 1011100 1011 11001010 110110 1011111 0 10101 100001001 1011010 101010

Color Harmonies of #5C0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0BCA

Black with #5C0BCA

Text Example


Text Example

White with #5C0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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