Html Css Color HEX #7527C3 Purple Heart

📋 copy color: '#7527C3'

red 117 ◦ green 39 ◦ blue 195

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

Shades of Purple Heart #7527C3

Tints of Purple Heart #7527C3

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

 BLUE value IS 195 (76.56% from 255) = 55.56%

R = 33.33%
G = 11.11%
B = 55.56%

CMYK

 C value IS 0.4

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7527C3 (or 0x7527C3) is known color: Purple Heart. HEX triplet: 75, 27 and C3. RGB value is (117,39,195). Sum of RGB (Red+Green+Blue) = 117+39+195=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 195 (76.56% from 255 or 55.56% from 351); Max value from RGB is 195 - color contains mainly: blue. Hex color #7527C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7527C3 is #8AD83C. Grayscale: #4F4F4F. Windows color (decimal): -9099325 or 12789621. OLE color: 12789621.

HSL color Cylindrical-coordinate representation of color #7527C3: hue angle of 270º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7527C3 is Cyan = 0.4, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 39 195 -
CMYK 0.4 0.80 0 0.24
HSL 270º 0.67% 0.46% -
HSV(B) 270º 0.8% 0.76% -
XYZ 17.91 9.17 52.46 -
YUV 80.11 192.84 154.32 -
System Red Green Blue C M Y K H S L
Decimal 117 39 195 0.4 0.80 0 0.24 270 0.67 0.46
Hex 75 27 C3 28 50 0 18 10E 43 2E
Octal 165 47 303 50 120 0 30 416 103 56
Binary 1110101 100111 11000011 101000 1010000 0 11000 100001110 1000011 101110

Color Harmonies of #7527C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7527C3

Black with #7527C3

Text Example


Text Example

White with #7527C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7527C3; }

 p { color: rgb(117,39,195); }

 H1.HeaderClassName
 {
   color: #7527C3;
 }
 .AnyTagClassName
 {
   color: #7527C3;
 }
</style>

background-color css

<style>
 a { background-color: #7527C3; }

 a { background-color: rgb(117,39,195); }

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

border-color css

<style>
 span { border-color: #7527C3; }

 span { border-color: rgb(117,39,195); }

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