Html Css Color HEX #5522BC Purple Heart

📋 copy color: '#5522BC'

red 85 ◦ green 34 ◦ blue 188

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

Shades of Purple Heart #5522BC

Tints of Purple Heart #5522BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.07%

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

R = 27.69%
G = 11.07%
B = 61.24%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5522BC (or 0x5522BC) is known color: Purple Heart. HEX triplet: 55, 22 and BC. RGB value is (85,34,188). Sum of RGB (Red+Green+Blue) = 85+34+188=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #5522BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522BC is #AADD43. Grayscale: #424242. Windows color (decimal): -11197764 or 12329557. OLE color: 12329557.

HSL color Cylindrical-coordinate representation of color #5522BC: hue angle of 259.87º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5522BC is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 34 188 -
CMYK 0.55 0.82 0 0.26
HSL 259.87º 0.69% 0.44% -
HSV(B) 259.87º 0.82% 0.74% -
XYZ 13.4 6.71 48.17 -
YUV 66.81 196.4 140.98 -
System Red Green Blue C M Y K H S L
Decimal 85 34 188 0.55 0.82 0 0.26 259.87 0.69 0.44
Hex 55 22 BC 37 52 0 1A 104 45 2C
Octal 125 42 274 67 122 0 32 404 105 54
Binary 1010101 100010 10111100 110111 1010010 0 11010 100000100 1000101 101100

Color Harmonies of #5522BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5522BC

Black with #5522BC

Text Example


Text Example

White with #5522BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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