Html Css Color HEX #533BDA Purple Heart

📋 copy color: '#533BDA'

red 83 ◦ green 59 ◦ blue 218

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

Shades of Purple Heart #533BDA

Tints of Purple Heart #533BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 23.06%
G = 16.39%
B = 60.56%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#533BDA (or 0x533BDA) is known color: Purple Heart. HEX triplet: 53, 3B and DA. RGB value is (83,59,218). Sum of RGB (Red+Green+Blue) = 83+59+218=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #533BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BDA is #ACC425. Grayscale: #535353. Windows color (decimal): -11322406 or 14302035. OLE color: 14302035.

HSL color Cylindrical-coordinate representation of color #533BDA: hue angle of 249.06º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533BDA is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 59 218 -
CMYK 0.62 0.73 0 0.15
HSL 249.06º 0.68% 0.54% -
HSV(B) 249.06º 0.73% 0.85% -
XYZ 17.79 10.03 67.33 -
YUV 84.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 83 59 218 0.62 0.73 0 0.15 249.06 0.68 0.54
Hex 53 3B DA 3E 49 0 F F9 44 36
Octal 123 73 332 76 111 0 17 371 104 66
Binary 1010011 111011 11011010 111110 1001001 0 1111 11111001 1000100 110110

Color Harmonies of #533BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BDA

Black with #533BDA

Text Example


Text Example

White with #533BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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