Html Css Color HEX #533ABC Purple Heart

📋 copy color: '#533ABC'

red 83 ◦ green 58 ◦ blue 188

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

Shades of Purple Heart #533ABC

Tints of Purple Heart #533ABC

RGB

 RED value IS 83 (32.81% from 255) = 25.23%

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 25.23%
G = 17.63%
B = 57.14%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#533ABC (or 0x533ABC) is known color: Purple Heart. HEX triplet: 53, 3A and BC. RGB value is (83,58,188). Sum of RGB (Red+Green+Blue) = 83+58+188=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #533ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ABC is #ACC543. Grayscale: #4F4F4F. Windows color (decimal): -11322692 or 12335699. OLE color: 12335699.

HSL color Cylindrical-coordinate representation of color #533ABC: hue angle of 251.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533ABC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 58 188 -
CMYK 0.56 0.69 0 0.26
HSL 251.54º 0.53% 0.48% -
HSV(B) 251.54º 0.69% 0.74% -
XYZ 14.16 8.5 48.47 -
YUV 80.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 83 58 188 0.56 0.69 0 0.26 251.54 0.53 0.48
Hex 53 3A BC 38 45 0 1A FC 35 30
Octal 123 72 274 70 105 0 32 374 65 60
Binary 1010011 111010 10111100 111000 1000101 0 11010 11111100 110101 110000

Color Harmonies of #533ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533ABC

Black with #533ABC

Text Example


Text Example

White with #533ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533ABC; }

 p { color: rgb(83,58,188); }

 H1.HeaderClassName
 {
   color: #533ABC;
 }
 .AnyTagClassName
 {
   color: #533ABC;
 }
</style>

background-color css

<style>
 a { background-color: #533ABC; }

 a { background-color: rgb(83,58,188); }

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

border-color css

<style>
 span { border-color: #533ABC; }

 span { border-color: rgb(83,58,188); }

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