Html Css Color HEX #7534CE Purple Heart

📋 copy color: '#7534CE'

red 117 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #7534CE

Tints of Purple Heart #7534CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

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

R = 31.2%
G = 13.87%
B = 54.93%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7534CE (or 0x7534CE) is known color: Purple Heart. HEX triplet: 75, 34 and CE. RGB value is (117,52,206). Sum of RGB (Red+Green+Blue) = 117+52+206=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #7534CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534CE is #8ACB31. Grayscale: #585858. Windows color (decimal): -9095986 or 13513845. OLE color: 13513845.

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

Color convert

RGB 117 52 206 -
CMYK 0.43 0.75 0 0.19
HSL 265.32º 0.61% 0.51% -
HSV(B) 265.32º 0.75% 0.81% -
XYZ 19.7 10.69 59.42 -
YUV 88.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 117 52 206 0.43 0.75 0 0.19 265.32 0.61 0.51
Hex 75 34 CE 2B 4B 0 13 109 3D 33
Octal 165 64 316 53 113 0 23 411 75 63
Binary 1110101 110100 11001110 101011 1001011 0 10011 100001001 111101 110011

Color Harmonies of #7534CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7534CE

Black with #7534CE

Text Example


Text Example

White with #7534CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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