Html Css Color HEX #550CBC Purple Heart

📋 copy color: '#550CBC'

red 85 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #550CBC

Tints of Purple Heart #550CBC

RGB

 RED value IS 85 (33.59% from 255) = 29.82%

 GREEN value IS 12 (5.08% from 255) = 4.21%

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

R = 29.82%
G = 4.21%
B = 65.96%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#550CBC (or 0x550CBC) is known color: Purple Heart. HEX triplet: 55, 0C and BC. RGB value is (85,12,188). Sum of RGB (Red+Green+Blue) = 85+12+188=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #550CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CBC is #AAF343. Grayscale: #353535. Windows color (decimal): -11203396 or 12323925. OLE color: 12323925.

HSL color Cylindrical-coordinate representation of color #550CBC: hue angle of 264.89º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550CBC is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 12 188 -
CMYK 0.55 0.94 0 0.26
HSL 264.89º 0.88% 0.39% -
HSV(B) 264.89º 0.94% 0.74% -
XYZ 12.95 5.83 48.02 -
YUV 53.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 85 12 188 0.55 0.94 0 0.26 264.89 0.88 0.39
Hex 55 C BC 37 5E 0 1A 109 58 27
Octal 125 14 274 67 136 0 32 411 130 47
Binary 1010101 1100 10111100 110111 1011110 0 11010 100001001 1011000 100111

Color Harmonies of #550CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CBC

Black with #550CBC

Text Example


Text Example

White with #550CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550CBC; }

 p { color: rgb(85,12,188); }

 H1.HeaderClassName
 {
   color: #550CBC;
 }
 .AnyTagClassName
 {
   color: #550CBC;
 }
</style>

background-color css

<style>
 a { background-color: #550CBC; }

 a { background-color: rgb(85,12,188); }

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

border-color css

<style>
 span { border-color: #550CBC; }

 span { border-color: rgb(85,12,188); }

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