Html Css Color HEX #533ABE Purple Heart

📋 copy color: '#533ABE'

red 83 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #533ABE

Tints of Purple Heart #533ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 25.08%
G = 17.52%
B = 57.4%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#533ABE (or 0x533ABE) is known color: Purple Heart. HEX triplet: 53, 3A and BE. RGB value is (83,58,190). Sum of RGB (Red+Green+Blue) = 83+58+190=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #533ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ABE is #ACC541. Grayscale: #505050. Windows color (decimal): -11322690 or 12466771. OLE color: 12466771.

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

Color convert

RGB 83 58 190 -
CMYK 0.56 0.69 0 0.25
HSL 251.36º 0.53% 0.49% -
HSV(B) 251.36º 0.69% 0.75% -
XYZ 14.37 8.58 49.61 -
YUV 80.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 83 58 190 0.56 0.69 0 0.25 251.36 0.53 0.49
Hex 53 3A BE 38 45 0 19 FB 35 31
Octal 123 72 276 70 105 0 31 373 65 61
Binary 1010011 111010 10111110 111000 1000101 0 11001 11111011 110101 110001

Color Harmonies of #533ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533ABE

Black with #533ABE

Text Example


Text Example

White with #533ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,58,190); }

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

background-color css

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

 a { background-color: rgb(83,58,190); }

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

border-color css

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

 span { border-color: rgb(83,58,190); }

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