Html Css Color HEX #533ECD Purple Heart

📋 copy color: '#533ECD'

red 83 ◦ green 62 ◦ blue 205

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

Shades of Purple Heart #533ECD

Tints of Purple Heart #533ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 23.71%
G = 17.71%
B = 58.57%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#533ECD (or 0x533ECD) is known color: Purple Heart. HEX triplet: 53, 3E and CD. RGB value is (83,62,205). Sum of RGB (Red+Green+Blue) = 83+62+205=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #533ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ECD is #ACC132. Grayscale: #545454. Windows color (decimal): -11321651 or 13450835. OLE color: 13450835.

HSL color Cylindrical-coordinate representation of color #533ECD: hue angle of 248.81º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533ECD is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 62 205 -
CMYK 0.60 0.70 0 0.20
HSL 248.81º 0.59% 0.52% -
HSV(B) 248.81º 0.7% 0.8% -
XYZ 16.31 9.69 58.77 -
YUV 84.58 195.96 126.87 -
System Red Green Blue C M Y K H S L
Decimal 83 62 205 0.60 0.70 0 0.20 248.81 0.59 0.52
Hex 53 3E CD 3C 46 0 14 F9 3B 34
Octal 123 76 315 74 106 0 24 371 73 64
Binary 1010011 111110 11001101 111100 1000110 0 10100 11111001 111011 110100

Color Harmonies of #533ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533ECD

Black with #533ECD

Text Example


Text Example

White with #533ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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