Html Css Color HEX #7535BC Purple Heart

📋 copy color: '#7535BC'

red 117 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #7535BC

Tints of Purple Heart #7535BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 32.68%
G = 14.8%
B = 52.51%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7535BC (or 0x7535BC) is known color: Purple Heart. HEX triplet: 75, 35 and BC. RGB value is (117,53,188). Sum of RGB (Red+Green+Blue) = 117+53+188=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #7535BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535BC is #8ACA43. Grayscale: #575757. Windows color (decimal): -9095748 or 12334453. OLE color: 12334453.

HSL color Cylindrical-coordinate representation of color #7535BC: hue angle of 268.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7535BC is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 53 188 -
CMYK 0.38 0.72 0 0.26
HSL 268.44º 0.56% 0.47% -
HSV(B) 268.44º 0.72% 0.74% -
XYZ 17.69 9.96 48.57 -
YUV 87.53 184.7 149.02 -
System Red Green Blue C M Y K H S L
Decimal 117 53 188 0.38 0.72 0 0.26 268.44 0.56 0.47
Hex 75 35 BC 26 48 0 1A 10C 38 2F
Octal 165 65 274 46 110 0 32 414 70 57
Binary 1110101 110101 10111100 100110 1001000 0 11010 100001100 111000 101111

Color Harmonies of #7535BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7535BC

Black with #7535BC

Text Example


Text Example

White with #7535BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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