Html Css Color HEX #7526CA Purple Heart

📋 copy color: '#7526CA'

red 117 ◦ green 38 ◦ blue 202

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

Shades of Purple Heart #7526CA

Tints of Purple Heart #7526CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.58%

R = 32.77%
G = 10.64%
B = 56.58%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7526CA (or 0x7526CA) is known color: Purple Heart. HEX triplet: 75, 26 and CA. RGB value is (117,38,202). Sum of RGB (Red+Green+Blue) = 117+38+202=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #7526CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526CA is #8AD935. Grayscale: #4F4F4F. Windows color (decimal): -9099574 or 13248117. OLE color: 13248117.

HSL color Cylindrical-coordinate representation of color #7526CA: hue angle of 268.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7526CA is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 38 202 -
CMYK 0.42 0.81 0 0.21
HSL 268.9º 0.68% 0.47% -
HSV(B) 268.9º 0.81% 0.79% -
XYZ 18.69 9.43 56.71 -
YUV 80.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 117 38 202 0.42 0.81 0 0.21 268.9 0.68 0.47
Hex 75 26 CA 2A 51 0 15 10D 44 2F
Octal 165 46 312 52 121 0 25 415 104 57
Binary 1110101 100110 11001010 101010 1010001 0 10101 100001101 1000100 101111

Color Harmonies of #7526CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526CA

Black with #7526CA

Text Example


Text Example

White with #7526CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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