Html Css Color HEX #7526CF Purple Heart

📋 copy color: '#7526CF'

red 117 ◦ green 38 ◦ blue 207

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

Shades of Purple Heart #7526CF

Tints of Purple Heart #7526CF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

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

R = 32.32%
G = 10.5%
B = 57.18%

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

#7526CF (or 0x7526CF) is known color: Purple Heart. HEX triplet: 75, 26 and CF. RGB value is (117,38,207). Sum of RGB (Red+Green+Blue) = 117+38+207=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #7526CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526CF is #8AD930. Grayscale: #505050. Windows color (decimal): -9099569 or 13575797. OLE color: 13575797.

HSL color Cylindrical-coordinate representation of color #7526CF: hue angle of 268.05º degrees, saturation: 0.69, 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 #7526CF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 38 207 -
CMYK 0.43 0.82 0 0.19
HSL 268.05º 0.69% 0.48% -
HSV(B) 268.05º 0.82% 0.81% -
XYZ 19.29 9.67 59.88 -
YUV 80.89 199.17 153.76 -
System Red Green Blue C M Y K H S L
Decimal 117 38 207 0.43 0.82 0 0.19 268.05 0.69 0.48
Hex 75 26 CF 2B 52 0 13 10C 45 30
Octal 165 46 317 53 122 0 23 414 105 60
Binary 1110101 100110 11001111 101011 1010010 0 10011 100001100 1000101 110000

Color Harmonies of #7526CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526CF

Black with #7526CF

Text Example


Text Example

White with #7526CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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