Html Css Color HEX #552BCE Purple Heart

📋 copy color: '#552BCE'

red 85 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #552BCE

Tints of Purple Heart #552BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

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

R = 25.45%
G = 12.87%
B = 61.68%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#552BCE (or 0x552BCE) is known color: Purple Heart. HEX triplet: 55, 2B and CE. RGB value is (85,43,206). Sum of RGB (Red+Green+Blue) = 85+43+206=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #552BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BCE is #AAD431. Grayscale: #494949. Windows color (decimal): -11195442 or 13511509. OLE color: 13511509.

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

Color convert

RGB 85 43 206 -
CMYK 0.59 0.79 0 0.19
HSL 255.46º 0.65% 0.49% -
HSV(B) 255.46º 0.79% 0.81% -
XYZ 15.75 8.12 59.13 -
YUV 74.14 202.41 135.75 -
System Red Green Blue C M Y K H S L
Decimal 85 43 206 0.59 0.79 0 0.19 255.46 0.65 0.49
Hex 55 2B CE 3B 4F 0 13 FF 41 31
Octal 125 53 316 73 117 0 23 377 101 61
Binary 1010101 101011 11001110 111011 1001111 0 10011 11111111 1000001 110001

Color Harmonies of #552BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BCE

Black with #552BCE

Text Example


Text Example

White with #552BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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