Html Css Color HEX #7525CF Purple Heart

📋 copy color: '#7525CF'

red 117 ◦ green 37 ◦ blue 207

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

Shades of Purple Heart #7525CF

Tints of Purple Heart #7525CF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.25%

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 32.41%
G = 10.25%
B = 57.34%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7525CF (or 0x7525CF) is known color: Purple Heart. HEX triplet: 75, 25 and CF. RGB value is (117,37,207). Sum of RGB (Red+Green+Blue) = 117+37+207=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #7525CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7525CF is #8ADA30. Grayscale: #4F4F4F. Windows color (decimal): -9099825 or 13575541. OLE color: 13575541.

HSL color Cylindrical-coordinate representation of color #7525CF: hue angle of 268.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7525CF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 37 207 -
CMYK 0.43 0.82 0 0.19
HSL 268.24º 0.7% 0.48% -
HSV(B) 268.24º 0.82% 0.81% -
XYZ 19.26 9.61 59.87 -
YUV 80.3 199.5 154.18 -
System Red Green Blue C M Y K H S L
Decimal 117 37 207 0.43 0.82 0 0.19 268.24 0.7 0.48
Hex 75 25 CF 2B 52 0 13 10C 46 30
Octal 165 45 317 53 122 0 23 414 106 60
Binary 1110101 100101 11001111 101011 1010010 0 10011 100001100 1000110 110000

Color Harmonies of #7525CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7525CF

Black with #7525CF

Text Example


Text Example

White with #7525CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7525CF; }

 p { color: rgb(117,37,207); }

 H1.HeaderClassName
 {
   color: #7525CF;
 }
 .AnyTagClassName
 {
   color: #7525CF;
 }
</style>

background-color css

<style>
 a { background-color: #7525CF; }

 a { background-color: rgb(117,37,207); }

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

border-color css

<style>
 span { border-color: #7525CF; }

 span { border-color: rgb(117,37,207); }

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