Html Css Color HEX #553BC0 Purple Heart

📋 copy color: '#553BC0'

red 85 ◦ green 59 ◦ blue 192

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

Shades of Purple Heart #553BC0

Tints of Purple Heart #553BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.56%

 BLUE value IS 192 (75.39% from 255) = 57.14%

R = 25.3%
G = 17.56%
B = 57.14%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#553BC0 (or 0x553BC0) is known color: Purple Heart. HEX triplet: 55, 3B and C0. RGB value is (85,59,192). Sum of RGB (Red+Green+Blue) = 85+59+192=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #553BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BC0 is #AAC43F. Grayscale: #515151. Windows color (decimal): -11191360 or 12598101. OLE color: 12598101.

HSL color Cylindrical-coordinate representation of color #553BC0: hue angle of 251.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553BC0 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 59 192 -
CMYK 0.56 0.69 0 0.25
HSL 251.73º 0.53% 0.49% -
HSV(B) 251.73º 0.69% 0.75% -
XYZ 14.82 8.86 50.8 -
YUV 81.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 85 59 192 0.56 0.69 0 0.25 251.73 0.53 0.49
Hex 55 3B C0 38 45 0 19 FC 35 31
Octal 125 73 300 70 105 0 31 374 65 61
Binary 1010101 111011 11000000 111000 1000101 0 11001 11111100 110101 110001

Color Harmonies of #553BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BC0

Black with #553BC0

Text Example


Text Example

White with #553BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,192); }

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

background-color css

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

 a { background-color: rgb(85,59,192); }

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

border-color css

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

 span { border-color: rgb(85,59,192); }

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