Html Css Color HEX #7535CE Purple Heart

📋 copy color: '#7535CE'

red 117 ◦ green 53 ◦ blue 206

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

Shades of Purple Heart #7535CE

Tints of Purple Heart #7535CE

RGB

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

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

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

R = 31.12%
G = 14.1%
B = 54.79%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7535CE (or 0x7535CE) is known color: Purple Heart. HEX triplet: 75, 35 and CE. RGB value is (117,53,206). Sum of RGB (Red+Green+Blue) = 117+53+206=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #7535CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535CE is #8ACA31. Grayscale: #595959. Windows color (decimal): -9095730 or 13514101. OLE color: 13514101.

HSL color Cylindrical-coordinate representation of color #7535CE: hue angle of 265.1º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7535CE is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 53 206 -
CMYK 0.43 0.74 0 0.19
HSL 265.1º 0.61% 0.51% -
HSV(B) 265.1º 0.74% 0.81% -
XYZ 19.75 10.78 59.43 -
YUV 89.58 193.7 147.56 -
System Red Green Blue C M Y K H S L
Decimal 117 53 206 0.43 0.74 0 0.19 265.1 0.61 0.51
Hex 75 35 CE 2B 4A 0 13 109 3D 33
Octal 165 65 316 53 112 0 23 411 75 63
Binary 1110101 110101 11001110 101011 1001010 0 10011 100001001 111101 110011

Color Harmonies of #7535CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7535CE

Black with #7535CE

Text Example


Text Example

White with #7535CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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