Html Css Color HEX #5333CD Purple Heart

📋 copy color: '#5333CD'

red 83 ◦ green 51 ◦ blue 205

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

Shades of Purple Heart #5333CD

Tints of Purple Heart #5333CD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

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

R = 24.48%
G = 15.04%
B = 60.47%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5333CD (or 0x5333CD) is known color: Purple Heart. HEX triplet: 53, 33 and CD. RGB value is (83,51,205). Sum of RGB (Red+Green+Blue) = 83+51+205=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #5333CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5333CD is #ACCC32. Grayscale: #4D4D4D. Windows color (decimal): -11324467 or 13448019. OLE color: 13448019.

HSL color Cylindrical-coordinate representation of color #5333CD: hue angle of 252.47º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5333CD is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 51 205 -
CMYK 0.60 0.75 0 0.20
HSL 252.47º 0.61% 0.5% -
HSV(B) 252.47º 0.75% 0.8% -
XYZ 15.77 8.61 58.59 -
YUV 78.12 199.6 131.48 -
System Red Green Blue C M Y K H S L
Decimal 83 51 205 0.60 0.75 0 0.20 252.47 0.61 0.5
Hex 53 33 CD 3C 4B 0 14 FC 3D 32
Octal 123 63 315 74 113 0 24 374 75 62
Binary 1010011 110011 11001101 111100 1001011 0 10100 11111100 111101 110010

Color Harmonies of #5333CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5333CD

Black with #5333CD

Text Example


Text Example

White with #5333CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5333CD; }

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

 H1.HeaderClassName
 {
   color: #5333CD;
 }
 .AnyTagClassName
 {
   color: #5333CD;
 }
</style>

background-color css

<style>
 a { background-color: #5333CD; }

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

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

border-color css

<style>
 span { border-color: #5333CD; }

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

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