Html Css Color HEX #533DD6 Purple Heart

📋 copy color: '#533DD6'

red 83 ◦ green 61 ◦ blue 214

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

Shades of Purple Heart #533DD6

Tints of Purple Heart #533DD6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.04%

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 23.18%
G = 17.04%
B = 59.78%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#533DD6 (or 0x533DD6) is known color: Purple Heart. HEX triplet: 53, 3D and D6. RGB value is (83,61,214). Sum of RGB (Red+Green+Blue) = 83+61+214=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #533DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DD6 is #ACC229. Grayscale: #545454. Windows color (decimal): -11321898 or 14040403. OLE color: 14040403.

HSL color Cylindrical-coordinate representation of color #533DD6: hue angle of 248.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533DD6 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 61 214 -
CMYK 0.61 0.71 0 0.16
HSL 248.63º 0.65% 0.54% -
HSV(B) 248.63º 0.71% 0.84% -
XYZ 17.37 10.03 64.64 -
YUV 85.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 83 61 214 0.61 0.71 0 0.16 248.63 0.65 0.54
Hex 53 3D D6 3D 47 0 10 F9 41 36
Octal 123 75 326 75 107 0 20 371 101 66
Binary 1010011 111101 11010110 111101 1000111 0 10000 11111001 1000001 110110

Color Harmonies of #533DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DD6

Black with #533DD6

Text Example


Text Example

White with #533DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,214); }

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

background-color css

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

 a { background-color: rgb(83,61,214); }

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

border-color css

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

 span { border-color: rgb(83,61,214); }

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