Html Css Color HEX #7825BD Purple Heart

📋 copy color: '#7825BD'

red 120 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #7825BD

Tints of Purple Heart #7825BD

RGB

 RED value IS 120 (47.27% from 255) = 34.68%

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

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 34.68%
G = 10.69%
B = 54.62%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7825BD (or 0x7825BD) is known color: Purple Heart. HEX triplet: 78, 25 and BD. RGB value is (120,37,189). Sum of RGB (Red+Green+Blue) = 120+37+189=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #7825BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7825BD is #87DA42. Grayscale: #4E4E4E. Windows color (decimal): -8903235 or 12395896. OLE color: 12395896.

HSL color Cylindrical-coordinate representation of color #7825BD: hue angle of 272.76º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7825BD is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 37 189 -
CMYK 0.37 0.80 0 0.26
HSL 272.76º 0.67% 0.44% -
HSV(B) 272.76º 0.8% 0.74% -
XYZ 17.59 8.99 48.95 -
YUV 79.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 120 37 189 0.37 0.80 0 0.26 272.76 0.67 0.44
Hex 78 25 BD 25 50 0 1A 111 43 2C
Octal 170 45 275 45 120 0 32 421 103 54
Binary 1111000 100101 10111101 100101 1010000 0 11010 100010001 1000011 101100

Color Harmonies of #7825BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7825BD

Black with #7825BD

Text Example


Text Example

White with #7825BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7825BD; }

 p { color: rgb(120,37,189); }

 H1.HeaderClassName
 {
   color: #7825BD;
 }
 .AnyTagClassName
 {
   color: #7825BD;
 }
</style>

background-color css

<style>
 a { background-color: #7825BD; }

 a { background-color: rgb(120,37,189); }

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

border-color css

<style>
 span { border-color: #7825BD; }

 span { border-color: rgb(120,37,189); }

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