Html Css Color HEX #533DBA Purple Heart

📋 copy color: '#533DBA'

red 83 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #533DBA

Tints of Purple Heart #533DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 25.15%
G = 18.48%
B = 56.36%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#533DBA (or 0x533DBA) is known color: Purple Heart. HEX triplet: 53, 3D and BA. RGB value is (83,61,186). Sum of RGB (Red+Green+Blue) = 83+61+186=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #533DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DBA is #ACC245. Grayscale: #515151. Windows color (decimal): -11321926 or 12205395. OLE color: 12205395.

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

Color convert

RGB 83 61 186 -
CMYK 0.55 0.67 0 0.27
HSL 250.56º 0.51% 0.48% -
HSV(B) 250.56º 0.67% 0.73% -
XYZ 14.1 8.72 47.39 -
YUV 81.83 186.79 128.84 -
System Red Green Blue C M Y K H S L
Decimal 83 61 186 0.55 0.67 0 0.27 250.56 0.51 0.48
Hex 53 3D BA 37 43 0 1B FB 33 30
Octal 123 75 272 67 103 0 33 373 63 60
Binary 1010011 111101 10111010 110111 1000011 0 11011 11111011 110011 110000

Color Harmonies of #533DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DBA

Black with #533DBA

Text Example


Text Example

White with #533DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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