Html Css Color HEX #7D27BA Purple Heart

📋 copy color: '#7D27BA'

red 125 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #7D27BA

Tints of Purple Heart #7D27BA

RGB

 RED value IS 125 (49.22% from 255) = 35.71%

 GREEN value IS 39 (15.63% from 255) = 11.14%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 35.71%
G = 11.14%
B = 53.14%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D27BA (or 0x7D27BA) is known color: Purple Heart. HEX triplet: 7D, 27 and BA. RGB value is (125,39,186). Sum of RGB (Red+Green+Blue) = 125+39+186=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D27BA is #82D845. Grayscale: #505050. Windows color (decimal): -8575046 or 12199805. OLE color: 12199805.

HSL color Cylindrical-coordinate representation of color #7D27BA: hue angle of 275.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D27BA is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 39 186 -
CMYK 0.33 0.79 0 0.27
HSL 275.1º 0.65% 0.44% -
HSV(B) 275.1º 0.79% 0.73% -
XYZ 18.05 9.36 47.31 -
YUV 81.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 125 39 186 0.33 0.79 0 0.27 275.1 0.65 0.44
Hex 7D 27 BA 21 4F 0 1B 113 41 2C
Octal 175 47 272 41 117 0 33 423 101 54
Binary 1111101 100111 10111010 100001 1001111 0 11011 100010011 1000001 101100

Color Harmonies of #7D27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D27BA

Black with #7D27BA

Text Example


Text Example

White with #7D27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D27BA; }

 p { color: rgb(125,39,186); }

 H1.HeaderClassName
 {
   color: #7D27BA;
 }
 .AnyTagClassName
 {
   color: #7D27BA;
 }
</style>

background-color css

<style>
 a { background-color: #7D27BA; }

 a { background-color: rgb(125,39,186); }

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

border-color css

<style>
 span { border-color: #7D27BA; }

 span { border-color: rgb(125,39,186); }

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