Html Css Color HEX #533EC9 Purple Heart

📋 copy color: '#533EC9'

red 83 ◦ green 62 ◦ blue 201

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

Shades of Purple Heart #533EC9

Tints of Purple Heart #533EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.09%

R = 23.99%
G = 17.92%
B = 58.09%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#533EC9 (or 0x533EC9) is known color: Purple Heart. HEX triplet: 53, 3E and C9. RGB value is (83,62,201). Sum of RGB (Red+Green+Blue) = 83+62+201=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #533EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EC9 is #ACC136. Grayscale: #535353. Windows color (decimal): -11321655 or 13188691. OLE color: 13188691.

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

Color convert

RGB 83 62 201 -
CMYK 0.59 0.69 0 0.21
HSL 249.06º 0.56% 0.52% -
HSV(B) 249.06º 0.69% 0.79% -
XYZ 15.83 9.5 56.26 -
YUV 84.13 193.96 127.2 -
System Red Green Blue C M Y K H S L
Decimal 83 62 201 0.59 0.69 0 0.21 249.06 0.56 0.52
Hex 53 3E C9 3B 45 0 15 F9 38 34
Octal 123 76 311 73 105 0 25 371 70 64
Binary 1010011 111110 11001001 111011 1000101 0 10101 11111001 111000 110100

Color Harmonies of #533EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EC9

Black with #533EC9

Text Example


Text Example

White with #533EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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