Html Css Color HEX #7725BE Purple Heart

📋 copy color: '#7725BE'

red 119 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #7725BE

Tints of Purple Heart #7725BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 34.39%
G = 10.69%
B = 54.91%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7725BE (or 0x7725BE) is known color: Purple Heart. HEX triplet: 77, 25 and BE. RGB value is (119,37,190). Sum of RGB (Red+Green+Blue) = 119+37+190=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #7725BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7725BE is #88DA41. Grayscale: #4E4E4E. Windows color (decimal): -8968770 or 12461431. OLE color: 12461431.

HSL color Cylindrical-coordinate representation of color #7725BE: hue angle of 272.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7725BE is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 37 190 -
CMYK 0.37 0.81 0 0.25
HSL 272.16º 0.67% 0.45% -
HSV(B) 272.16º 0.81% 0.75% -
XYZ 17.56 8.96 49.52 -
YUV 78.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 119 37 190 0.37 0.81 0 0.25 272.16 0.67 0.45
Hex 77 25 BE 25 51 0 19 110 43 2D
Octal 167 45 276 45 121 0 31 420 103 55
Binary 1110111 100101 10111110 100101 1010001 0 11001 100010000 1000011 101101

Color Harmonies of #7725BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7725BE

Black with #7725BE

Text Example


Text Example

White with #7725BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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