Html Css Color HEX #533DCE Purple Heart

📋 copy color: '#533DCE'

red 83 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #533DCE

Tints of Purple Heart #533DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 23.71%
G = 17.43%
B = 58.86%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#533DCE (or 0x533DCE) is known color: Purple Heart. HEX triplet: 53, 3D and CE. RGB value is (83,61,206). Sum of RGB (Red+Green+Blue) = 83+61+206=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #533DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DCE is #ACC231. Grayscale: #535353. Windows color (decimal): -11321906 or 13516115. OLE color: 13516115.

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

Color convert

RGB 83 61 206 -
CMYK 0.60 0.70 0 0.19
HSL 249.1º 0.6% 0.52% -
HSV(B) 249.1º 0.7% 0.81% -
XYZ 16.38 9.63 59.39 -
YUV 84.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 83 61 206 0.60 0.70 0 0.19 249.1 0.6 0.52
Hex 53 3D CE 3C 46 0 13 F9 3C 34
Octal 123 75 316 74 106 0 23 371 74 64
Binary 1010011 111101 11001110 111100 1000110 0 10011 11111001 111100 110100

Color Harmonies of #533DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DCE

Black with #533DCE

Text Example


Text Example

White with #533DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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