Html Css Color HEX #7527CD Purple Heart

📋 copy color: '#7527CD'

red 117 ◦ green 39 ◦ blue 205

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

Shades of Purple Heart #7527CD

Tints of Purple Heart #7527CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 32.41%
G = 10.8%
B = 56.79%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7527CD (or 0x7527CD) is known color: Purple Heart. HEX triplet: 75, 27 and CD. RGB value is (117,39,205). Sum of RGB (Red+Green+Blue) = 117+39+205=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #7527CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7527CD is #8AD832. Grayscale: #505050. Windows color (decimal): -9099315 or 13444981. OLE color: 13444981.

HSL color Cylindrical-coordinate representation of color #7527CD: hue angle of 268.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7527CD is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 39 205 -
CMYK 0.43 0.81 0 0.20
HSL 268.19º 0.68% 0.48% -
HSV(B) 268.19º 0.81% 0.8% -
XYZ 19.08 9.64 58.61 -
YUV 81.25 197.84 153.5 -
System Red Green Blue C M Y K H S L
Decimal 117 39 205 0.43 0.81 0 0.20 268.19 0.68 0.48
Hex 75 27 CD 2B 51 0 14 10C 44 30
Octal 165 47 315 53 121 0 24 414 104 60
Binary 1110101 100111 11001101 101011 1010001 0 10100 100001100 1000100 110000

Color Harmonies of #7527CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7527CD

Black with #7527CD

Text Example


Text Example

White with #7527CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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