Html Css Color HEX #552DCE Purple Heart

📋 copy color: '#552DCE'

red 85 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #552DCE

Tints of Purple Heart #552DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 25.3%
G = 13.39%
B = 61.31%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#552DCE (or 0x552DCE) is known color: Purple Heart. HEX triplet: 55, 2D and CE. RGB value is (85,45,206). Sum of RGB (Red+Green+Blue) = 85+45+206=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #552DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DCE is #AAD231. Grayscale: #4A4A4A. Windows color (decimal): -11194930 or 13512021. OLE color: 13512021.

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

Color convert

RGB 85 45 206 -
CMYK 0.59 0.78 0 0.19
HSL 254.91º 0.64% 0.49% -
HSV(B) 254.91º 0.78% 0.81% -
XYZ 15.83 8.26 59.15 -
YUV 75.31 201.75 134.91 -
System Red Green Blue C M Y K H S L
Decimal 85 45 206 0.59 0.78 0 0.19 254.91 0.64 0.49
Hex 55 2D CE 3B 4E 0 13 FF 40 31
Octal 125 55 316 73 116 0 23 377 100 61
Binary 1010101 101101 11001110 111011 1001110 0 10011 11111111 1000000 110001

Color Harmonies of #552DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DCE

Black with #552DCE

Text Example


Text Example

White with #552DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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