Html Css Color HEX #553CCE Purple Heart

📋 copy color: '#553CCE'

red 85 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #553CCE

Tints of Purple Heart #553CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

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

R = 24.22%
G = 17.09%
B = 58.69%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#553CCE (or 0x553CCE) is known color: Purple Heart. HEX triplet: 55, 3C and CE. RGB value is (85,60,206). Sum of RGB (Red+Green+Blue) = 85+60+206=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #553CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CCE is #AAC331. Grayscale: #535353. Windows color (decimal): -11191090 or 13515861. OLE color: 13515861.

HSL color Cylindrical-coordinate representation of color #553CCE: hue angle of 250.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553CCE is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 60 206 -
CMYK 0.59 0.71 0 0.19
HSL 250.27º 0.6% 0.52% -
HSV(B) 250.27º 0.71% 0.81% -
XYZ 16.5 9.62 59.38 -
YUV 84.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 85 60 206 0.59 0.71 0 0.19 250.27 0.6 0.52
Hex 55 3C CE 3B 47 0 13 FA 3C 34
Octal 125 74 316 73 107 0 23 372 74 64
Binary 1010101 111100 11001110 111011 1000111 0 10011 11111010 111100 110100

Color Harmonies of #553CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CCE

Black with #553CCE

Text Example


Text Example

White with #553CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553CCE; }

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

 H1.HeaderClassName
 {
   color: #553CCE;
 }
 .AnyTagClassName
 {
   color: #553CCE;
 }
</style>

background-color css

<style>
 a { background-color: #553CCE; }

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

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

border-color css

<style>
 span { border-color: #553CCE; }

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

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