Html Css Color HEX #533ACD Purple Heart

📋 copy color: '#533ACD'

red 83 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #533ACD

Tints of Purple Heart #533ACD

RGB

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

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

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

R = 23.99%
G = 16.76%
B = 59.25%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#533ACD (or 0x533ACD) is known color: Purple Heart. HEX triplet: 53, 3A and CD. RGB value is (83,58,205). Sum of RGB (Red+Green+Blue) = 83+58+205=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #533ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ACD is #ACC532. Grayscale: #515151. Windows color (decimal): -11322675 or 13449811. OLE color: 13449811.

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

Color convert

RGB 83 58 205 -
CMYK 0.60 0.72 0 0.20
HSL 250.2º 0.6% 0.52% -
HSV(B) 250.2º 0.72% 0.8% -
XYZ 16.1 9.27 58.7 -
YUV 82.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 83 58 205 0.60 0.72 0 0.20 250.2 0.6 0.52
Hex 53 3A CD 3C 48 0 14 FA 3C 34
Octal 123 72 315 74 110 0 24 372 74 64
Binary 1010011 111010 11001101 111100 1001000 0 10100 11111010 111100 110100

Color Harmonies of #533ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533ACD

Black with #533ACD

Text Example


Text Example

White with #533ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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