Html Css Color HEX #553FCC Purple Heart

📋 copy color: '#553FCC'

red 85 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #553FCC

Tints of Purple Heart #553FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 24.15%
G = 17.9%
B = 57.95%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#553FCC (or 0x553FCC) is known color: Purple Heart. HEX triplet: 55, 3F and CC. RGB value is (85,63,204). Sum of RGB (Red+Green+Blue) = 85+63+204=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #553FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FCC is #AAC033. Grayscale: #555555. Windows color (decimal): -11190324 or 13385557. OLE color: 13385557.

HSL color Cylindrical-coordinate representation of color #553FCC: hue angle of 249.36º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553FCC is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 63 204 -
CMYK 0.58 0.69 0 0.2
HSL 249.36º 0.58% 0.52% -
HSV(B) 249.36º 0.69% 0.8% -
XYZ 16.42 9.85 58.16 -
YUV 85.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 85 63 204 0.58 0.69 0 0.2 249.36 0.58 0.52
Hex 55 3F CC 3A 45 0 14 F9 3A 34
Octal 125 77 314 72 105 0 24 371 72 64
Binary 1010101 111111 11001100 111010 1000101 0 10100 11111001 111010 110100

Color Harmonies of #553FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FCC

Black with #553FCC

Text Example


Text Example

White with #553FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,63,204); }

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

background-color css

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

 a { background-color: rgb(85,63,204); }

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

border-color css

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

 span { border-color: rgb(85,63,204); }

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