Html Css Color HEX #533DB3 Purple Heart

📋 copy color: '#533DB3'

red 83 ◦ green 61 ◦ blue 179

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

Shades of Purple Heart #533DB3

Tints of Purple Heart #533DB3

RGB

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

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

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

R = 25.7%
G = 18.89%
B = 55.42%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#533DB3 (or 0x533DB3) is known color: Purple Heart. HEX triplet: 53, 3D and B3. RGB value is (83,61,179). Sum of RGB (Red+Green+Blue) = 83+61+179=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #533DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DB3 is #ACC24C. Grayscale: #505050. Windows color (decimal): -11321933 or 11746643. OLE color: 11746643.

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

Color convert

RGB 83 61 179 -
CMYK 0.54 0.66 0 0.30
HSL 251.19º 0.49% 0.47% -
HSV(B) 251.19º 0.66% 0.7% -
XYZ 13.37 8.43 43.57 -
YUV 81.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 83 61 179 0.54 0.66 0 0.30 251.19 0.49 0.47
Hex 53 3D B3 36 42 0 1E FB 31 2F
Octal 123 75 263 66 102 0 36 373 61 57
Binary 1010011 111101 10110011 110110 1000010 0 11110 11111011 110001 101111

Color Harmonies of #533DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DB3

Black with #533DB3

Text Example


Text Example

White with #533DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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