Html Css Color HEX #533DB7 Purple Heart

📋 copy color: '#533DB7'

red 83 ◦ green 61 ◦ blue 183

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

Shades of Purple Heart #533DB7

Tints of Purple Heart #533DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.96%

R = 25.38%
G = 18.65%
B = 55.96%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#533DB7 (or 0x533DB7) is known color: Purple Heart. HEX triplet: 53, 3D and B7. RGB value is (83,61,183). Sum of RGB (Red+Green+Blue) = 83+61+183=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 183 (71.88% from 255 or 55.96% from 327); Max value from RGB is 183 - color contains mainly: blue. Hex color #533DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DB7 is #ACC248. Grayscale: #515151. Windows color (decimal): -11321929 or 12008787. OLE color: 12008787.

HSL color Cylindrical-coordinate representation of color #533DB7: hue angle of 250.82º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533DB7 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 61 183 -
CMYK 0.55 0.67 0 0.28
HSL 250.82º 0.5% 0.48% -
HSV(B) 250.82º 0.67% 0.72% -
XYZ 13.78 8.6 45.73 -
YUV 81.49 185.29 129.08 -
System Red Green Blue C M Y K H S L
Decimal 83 61 183 0.55 0.67 0 0.28 250.82 0.5 0.48
Hex 53 3D B7 37 43 0 1C FB 32 30
Octal 123 75 267 67 103 0 34 373 62 60
Binary 1010011 111101 10110111 110111 1000011 0 11100 11111011 110010 110000

Color Harmonies of #533DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DB7

Black with #533DB7

Text Example


Text Example

White with #533DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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