Html Css Color HEX #533ED0 Purple Heart

📋 copy color: '#533ED0'

red 83 ◦ green 62 ◦ blue 208

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

Shades of Purple Heart #533ED0

Tints of Purple Heart #533ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 23.51%
G = 17.56%
B = 58.92%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#533ED0 (or 0x533ED0) is known color: Purple Heart. HEX triplet: 53, 3E and D0. RGB value is (83,62,208). Sum of RGB (Red+Green+Blue) = 83+62+208=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #533ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ED0 is #ACC12F. Grayscale: #545454. Windows color (decimal): -11321648 or 13647443. OLE color: 13647443.

HSL color Cylindrical-coordinate representation of color #533ED0: hue angle of 248.63º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533ED0 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 62 208 -
CMYK 0.60 0.70 0 0.18
HSL 248.63º 0.61% 0.53% -
HSV(B) 248.63º 0.7% 0.82% -
XYZ 16.68 9.84 60.69 -
YUV 84.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 83 62 208 0.60 0.70 0 0.18 248.63 0.61 0.53
Hex 53 3E D0 3C 46 0 12 F9 3D 35
Octal 123 76 320 74 106 0 22 371 75 65
Binary 1010011 111110 11010000 111100 1000110 0 10010 11111001 111101 110101

Color Harmonies of #533ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533ED0

Black with #533ED0

Text Example


Text Example

White with #533ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,62,208); }

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

background-color css

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

 a { background-color: rgb(83,62,208); }

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

border-color css

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

 span { border-color: rgb(83,62,208); }

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