Html Css Color HEX #5530CD Purple Heart

📋 copy color: '#5530CD'

red 85 ◦ green 48 ◦ blue 205

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

Shades of Purple Heart #5530CD

Tints of Purple Heart #5530CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 25.15%
G = 14.2%
B = 60.65%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5530CD (or 0x5530CD) is known color: Purple Heart. HEX triplet: 55, 30 and CD. RGB value is (85,48,205). Sum of RGB (Red+Green+Blue) = 85+48+205=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #5530CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5530CD is #AACF32. Grayscale: #4C4C4C. Windows color (decimal): -11194163 or 13447253. OLE color: 13447253.

HSL color Cylindrical-coordinate representation of color #5530CD: hue angle of 254.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5530CD is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 48 205 -
CMYK 0.59 0.77 0 0.20
HSL 254.14º 0.62% 0.5% -
HSV(B) 254.14º 0.77% 0.8% -
XYZ 15.82 8.45 58.56 -
YUV 76.96 200.26 133.73 -
System Red Green Blue C M Y K H S L
Decimal 85 48 205 0.59 0.77 0 0.20 254.14 0.62 0.5
Hex 55 30 CD 3B 4D 0 14 FE 3E 32
Octal 125 60 315 73 115 0 24 376 76 62
Binary 1010101 110000 11001101 111011 1001101 0 10100 11111110 111110 110010

Color Harmonies of #5530CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530CD

Black with #5530CD

Text Example


Text Example

White with #5530CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5530CD; }

 p { color: rgb(85,48,205); }

 H1.HeaderClassName
 {
   color: #5530CD;
 }
 .AnyTagClassName
 {
   color: #5530CD;
 }
</style>

background-color css

<style>
 a { background-color: #5530CD; }

 a { background-color: rgb(85,48,205); }

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

border-color css

<style>
 span { border-color: #5530CD; }

 span { border-color: rgb(85,48,205); }

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