Html Css Color HEX #533BBD Purple Heart

📋 copy color: '#533BBD'

red 83 ◦ green 59 ◦ blue 189

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

Shades of Purple Heart #533BBD

Tints of Purple Heart #533BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 25.08%
G = 17.82%
B = 57.1%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#533BBD (or 0x533BBD) is known color: Purple Heart. HEX triplet: 53, 3B and BD. RGB value is (83,59,189). Sum of RGB (Red+Green+Blue) = 83+59+189=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #533BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BBD is #ACC442. Grayscale: #505050. Windows color (decimal): -11322435 or 12401491. OLE color: 12401491.

HSL color Cylindrical-coordinate representation of color #533BBD: hue angle of 251.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533BBD is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 59 189 -
CMYK 0.56 0.69 0 0.26
HSL 251.08º 0.52% 0.49% -
HSV(B) 251.08º 0.69% 0.74% -
XYZ 14.32 8.64 49.06 -
YUV 81 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 83 59 189 0.56 0.69 0 0.26 251.08 0.52 0.49
Hex 53 3B BD 38 45 0 1A FB 34 31
Octal 123 73 275 70 105 0 32 373 64 61
Binary 1010011 111011 10111101 111000 1000101 0 11010 11111011 110100 110001

Color Harmonies of #533BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BBD

Black with #533BBD

Text Example


Text Example

White with #533BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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