Html Css Color HEX #7535D0 Purple Heart

📋 copy color: '#7535D0'

red 117 ◦ green 53 ◦ blue 208

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

Shades of Purple Heart #7535D0

Tints of Purple Heart #7535D0

RGB

 RED value IS 117 (46.09% from 255) = 30.95%

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

 BLUE value IS 208 (81.64% from 255) = 55.03%

R = 30.95%
G = 14.02%
B = 55.03%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7535D0 (or 0x7535D0) is known color: Purple Heart. HEX triplet: 75, 35 and D0. RGB value is (117,53,208). Sum of RGB (Red+Green+Blue) = 117+53+208=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #7535D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535D0 is #8ACA2F. Grayscale: #595959. Windows color (decimal): -9095728 or 13645173. OLE color: 13645173.

HSL color Cylindrical-coordinate representation of color #7535D0: hue angle of 264.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7535D0 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 53 208 -
CMYK 0.44 0.75 0 0.18
HSL 264.77º 0.62% 0.51% -
HSV(B) 264.77º 0.75% 0.82% -
XYZ 19.99 10.88 60.72 -
YUV 89.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 117 53 208 0.44 0.75 0 0.18 264.77 0.62 0.51
Hex 75 35 D0 2C 4B 0 12 109 3E 33
Octal 165 65 320 54 113 0 22 411 76 63
Binary 1110101 110101 11010000 101100 1001011 0 10010 100001001 111110 110011

Color Harmonies of #7535D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7535D0

Black with #7535D0

Text Example


Text Example

White with #7535D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7535D0; }

 p { color: rgb(117,53,208); }

 H1.HeaderClassName
 {
   color: #7535D0;
 }
 .AnyTagClassName
 {
   color: #7535D0;
 }
</style>

background-color css

<style>
 a { background-color: #7535D0; }

 a { background-color: rgb(117,53,208); }

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

border-color css

<style>
 span { border-color: #7535D0; }

 span { border-color: rgb(117,53,208); }

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