Html Css Color HEX #7F27BC Purple Heart

📋 copy color: '#7F27BC'

red 127 ◦ green 39 ◦ blue 188

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

Shades of Purple Heart #7F27BC

Tints of Purple Heart #7F27BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 35.88%
G = 11.02%
B = 53.11%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F27BC (or 0x7F27BC) is known color: Purple Heart. HEX triplet: 7F, 27 and BC. RGB value is (127,39,188). Sum of RGB (Red+Green+Blue) = 127+39+188=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F27BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F27BC is #80D843. Grayscale: #515151. Windows color (decimal): -8443972 or 12330879. OLE color: 12330879.

HSL color Cylindrical-coordinate representation of color #7F27BC: hue angle of 275.44º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F27BC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 39 188 -
CMYK 0.32 0.79 0 0.26
HSL 275.44º 0.66% 0.45% -
HSV(B) 275.44º 0.79% 0.74% -
XYZ 18.56 9.59 48.45 -
YUV 82.3 187.65 159.88 -
System Red Green Blue C M Y K H S L
Decimal 127 39 188 0.32 0.79 0 0.26 275.44 0.66 0.45
Hex 7F 27 BC 20 4F 0 1A 113 42 2D
Octal 177 47 274 40 117 0 32 423 102 55
Binary 1111111 100111 10111100 100000 1001111 0 11010 100010011 1000010 101101

Color Harmonies of #7F27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F27BC

Black with #7F27BC

Text Example


Text Example

White with #7F27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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