Html Css Color HEX #533DB6 Purple Heart

📋 copy color: '#533DB6'

red 83 ◦ green 61 ◦ blue 182

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

Shades of Purple Heart #533DB6

Tints of Purple Heart #533DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

 BLUE value IS 182 (71.48% from 255) = 55.83%

R = 25.46%
G = 18.71%
B = 55.83%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#533DB6 (or 0x533DB6) is known color: Purple Heart. HEX triplet: 53, 3D and B6. RGB value is (83,61,182). Sum of RGB (Red+Green+Blue) = 83+61+182=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #533DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DB6 is #ACC249. Grayscale: #505050. Windows color (decimal): -11321930 or 11943251. OLE color: 11943251.

HSL color Cylindrical-coordinate representation of color #533DB6: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533DB6 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 61 182 -
CMYK 0.54 0.66 0 0.29
HSL 250.91º 0.5% 0.48% -
HSV(B) 250.91º 0.66% 0.71% -
XYZ 13.68 8.55 45.19 -
YUV 81.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 83 61 182 0.54 0.66 0 0.29 250.91 0.5 0.48
Hex 53 3D B6 36 42 0 1D FB 32 30
Octal 123 75 266 66 102 0 35 373 62 60
Binary 1010011 111101 10110110 110110 1000010 0 11101 11111011 110010 110000

Color Harmonies of #533DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DB6

Black with #533DB6

Text Example


Text Example

White with #533DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,182); }

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

background-color css

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

 a { background-color: rgb(83,61,182); }

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

border-color css

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

 span { border-color: rgb(83,61,182); }

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