Html Css Color HEX #7522CE Purple Heart

📋 copy color: '#7522CE'

red 117 ◦ green 34 ◦ blue 206

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

Shades of Purple Heart #7522CE

Tints of Purple Heart #7522CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.52%

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

R = 32.77%
G = 9.52%
B = 57.7%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7522CE (or 0x7522CE) is known color: Purple Heart. HEX triplet: 75, 22 and CE. RGB value is (117,34,206). Sum of RGB (Red+Green+Blue) = 117+34+206=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #7522CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522CE is #8ADD31. Grayscale: #4D4D4D. Windows color (decimal): -9100594 or 13509237. OLE color: 13509237.

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

Color convert

RGB 117 34 206 -
CMYK 0.43 0.83 0 0.19
HSL 268.95º 0.72% 0.47% -
HSV(B) 268.95º 0.83% 0.81% -
XYZ 19.05 9.38 59.2 -
YUV 78.43 200 155.51 -
System Red Green Blue C M Y K H S L
Decimal 117 34 206 0.43 0.83 0 0.19 268.95 0.72 0.47
Hex 75 22 CE 2B 53 0 13 10D 48 2F
Octal 165 42 316 53 123 0 23 415 110 57
Binary 1110101 100010 11001110 101011 1010011 0 10011 100001101 1001000 101111

Color Harmonies of #7522CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7522CE

Black with #7522CE

Text Example


Text Example

White with #7522CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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