Html Css Color HEX #7F27BA Purple Heart

📋 copy color: '#7F27BA'

red 127 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #7F27BA

Tints of Purple Heart #7F27BA

RGB

 RED value IS 127 (50% from 255) = 36.08%

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

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

R = 36.08%
G = 11.08%
B = 52.84%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F27BA (or 0x7F27BA) is known color: Purple Heart. HEX triplet: 7F, 27 and BA. RGB value is (127,39,186). Sum of RGB (Red+Green+Blue) = 127+39+186=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F27BA is #80D845. Grayscale: #515151. Windows color (decimal): -8443974 or 12199807. OLE color: 12199807.

HSL color Cylindrical-coordinate representation of color #7F27BA: hue angle of 275.92º 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 #7F27BA is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 39 186 -
CMYK 0.32 0.79 0 0.27
HSL 275.92º 0.65% 0.44% -
HSV(B) 275.92º 0.79% 0.73% -
XYZ 18.34 9.51 47.32 -
YUV 82.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 127 39 186 0.32 0.79 0 0.27 275.92 0.65 0.44
Hex 7F 27 BA 20 4F 0 1B 114 41 2C
Octal 177 47 272 40 117 0 33 424 101 54
Binary 1111111 100111 10111010 100000 1001111 0 11011 100010100 1000001 101100

Color Harmonies of #7F27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F27BA

Black with #7F27BA

Text Example


Text Example

White with #7F27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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