Html Css Color HEX #5335D7 Purple Heart

📋 copy color: '#5335D7'

red 83 ◦ green 53 ◦ blue 215

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

Shades of Purple Heart #5335D7

Tints of Purple Heart #5335D7

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

 BLUE value IS 215 (84.38% from 255) = 61.25%

R = 23.65%
G = 15.1%
B = 61.25%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5335D7 (or 0x5335D7) is known color: Purple Heart. HEX triplet: 53, 35 and D7. RGB value is (83,53,215). Sum of RGB (Red+Green+Blue) = 83+53+215=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 215 (84.38% from 255 or 61.25% from 351); Max value from RGB is 215 - color contains mainly: blue. Hex color #5335D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5335D7 is #ACCA28. Grayscale: #4F4F4F. Windows color (decimal): -11323945 or 14103891. OLE color: 14103891.

HSL color Cylindrical-coordinate representation of color #5335D7: hue angle of 251.11º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5335D7 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 53 215 -
CMYK 0.61 0.75 0 0.16
HSL 251.11º 0.67% 0.53% -
HSV(B) 251.11º 0.75% 0.84% -
XYZ 17.11 9.29 65.18 -
YUV 80.44 203.94 129.83 -
System Red Green Blue C M Y K H S L
Decimal 83 53 215 0.61 0.75 0 0.16 251.11 0.67 0.53
Hex 53 35 D7 3D 4B 0 10 FB 43 35
Octal 123 65 327 75 113 0 20 373 103 65
Binary 1010011 110101 11010111 111101 1001011 0 10000 11111011 1000011 110101

Color Harmonies of #5335D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5335D7

Black with #5335D7

Text Example


Text Example

White with #5335D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5335D7; }

 p { color: rgb(83,53,215); }

 H1.HeaderClassName
 {
   color: #5335D7;
 }
 .AnyTagClassName
 {
   color: #5335D7;
 }
</style>

background-color css

<style>
 a { background-color: #5335D7; }

 a { background-color: rgb(83,53,215); }

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

border-color css

<style>
 span { border-color: #5335D7; }

 span { border-color: rgb(83,53,215); }

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