Html Css Color HEX #7725CA Purple Heart

📋 copy color: '#7725CA'

red 119 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #7725CA

Tints of Purple Heart #7725CA

RGB

 RED value IS 119 (46.88% from 255) = 33.24%

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

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

R = 33.24%
G = 10.34%
B = 56.42%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7725CA (or 0x7725CA) is known color: Purple Heart. HEX triplet: 77, 25 and CA. RGB value is (119,37,202). Sum of RGB (Red+Green+Blue) = 119+37+202=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #7725CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7725CA is #88DA35. Grayscale: #4F4F4F. Windows color (decimal): -8968758 or 13247863. OLE color: 13247863.

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

Color convert

RGB 119 37 202 -
CMYK 0.41 0.82 0 0.21
HSL 269.82º 0.69% 0.47% -
HSV(B) 269.82º 0.82% 0.79% -
XYZ 18.93 9.51 56.71 -
YUV 80.33 196.67 155.58 -
System Red Green Blue C M Y K H S L
Decimal 119 37 202 0.41 0.82 0 0.21 269.82 0.69 0.47
Hex 77 25 CA 29 52 0 15 10E 45 2F
Octal 167 45 312 51 122 0 25 416 105 57
Binary 1110111 100101 11001010 101001 1010010 0 10101 100001110 1000101 101111

Color Harmonies of #7725CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7725CA

Black with #7725CA

Text Example


Text Example

White with #7725CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,37,202); }

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

background-color css

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

 a { background-color: rgb(119,37,202); }

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

border-color css

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

 span { border-color: rgb(119,37,202); }

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