Html Css Color HEX #552DCD Purple Heart

📋 copy color: '#552DCD'

red 85 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #552DCD

Tints of Purple Heart #552DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

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

R = 25.37%
G = 13.43%
B = 61.19%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#552DCD (or 0x552DCD) is known color: Purple Heart. HEX triplet: 55, 2D and CD. RGB value is (85,45,205). Sum of RGB (Red+Green+Blue) = 85+45+205=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #552DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DCD is #AAD232. Grayscale: #4A4A4A. Windows color (decimal): -11194931 or 13446485. OLE color: 13446485.

HSL color Cylindrical-coordinate representation of color #552DCD: hue angle of 255º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552DCD is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 45 205 -
CMYK 0.59 0.78 0 0.20
HSL 255º 0.64% 0.49% -
HSV(B) 255º 0.78% 0.8% -
XYZ 15.7 8.22 58.52 -
YUV 75.2 201.25 134.99 -
System Red Green Blue C M Y K H S L
Decimal 85 45 205 0.59 0.78 0 0.20 255 0.64 0.49
Hex 55 2D CD 3B 4E 0 14 FF 40 31
Octal 125 55 315 73 116 0 24 377 100 61
Binary 1010101 101101 11001101 111011 1001110 0 10100 11111111 1000000 110001

Color Harmonies of #552DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DCD

Black with #552DCD

Text Example


Text Example

White with #552DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552DCD; }

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

 H1.HeaderClassName
 {
   color: #552DCD;
 }
 .AnyTagClassName
 {
   color: #552DCD;
 }
</style>

background-color css

<style>
 a { background-color: #552DCD; }

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

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

border-color css

<style>
 span { border-color: #552DCD; }

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

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