Html Css Color HEX #533BB3 Purple Heart

📋 copy color: '#533BB3'

red 83 ◦ green 59 ◦ blue 179

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

Shades of Purple Heart #533BB3

Tints of Purple Heart #533BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.76%

R = 25.86%
G = 18.38%
B = 55.76%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#533BB3 (or 0x533BB3) is known color: Purple Heart. HEX triplet: 53, 3B and B3. RGB value is (83,59,179). Sum of RGB (Red+Green+Blue) = 83+59+179=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #533BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BB3 is #ACC44C. Grayscale: #4F4F4F. Windows color (decimal): -11322445 or 11746131. OLE color: 11746131.

HSL color Cylindrical-coordinate representation of color #533BB3: hue angle of 252º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533BB3 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 59 179 -
CMYK 0.54 0.67 0 0.30
HSL 252º 0.5% 0.47% -
HSV(B) 252º 0.67% 0.7% -
XYZ 13.27 8.22 43.54 -
YUV 79.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 83 59 179 0.54 0.67 0 0.30 252 0.5 0.47
Hex 53 3B B3 36 43 0 1E FC 32 2F
Octal 123 73 263 66 103 0 36 374 62 57
Binary 1010011 111011 10110011 110110 1000011 0 11110 11111100 110010 101111

Color Harmonies of #533BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BB3

Black with #533BB3

Text Example


Text Example

White with #533BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,59,179); }

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

background-color css

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

 a { background-color: rgb(83,59,179); }

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

border-color css

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

 span { border-color: rgb(83,59,179); }

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