Html Css Color HEX #7F26BA Purple Heart

📋 copy color: '#7F26BA'

red 127 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #7F26BA

Tints of Purple Heart #7F26BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.83%

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

R = 36.18%
G = 10.83%
B = 52.99%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F26BA (or 0x7F26BA) is known color: Purple Heart. HEX triplet: 7F, 26 and BA. RGB value is (127,38,186). Sum of RGB (Red+Green+Blue) = 127+38+186=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F26BA is #80D945. Grayscale: #505050. Windows color (decimal): -8444230 or 12199551. OLE color: 12199551.

HSL color Cylindrical-coordinate representation of color #7F26BA: hue angle of 276.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F26BA is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 38 186 -
CMYK 0.32 0.80 0 0.27
HSL 276.08º 0.66% 0.44% -
HSV(B) 276.08º 0.8% 0.73% -
XYZ 18.31 9.44 47.31 -
YUV 81.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 127 38 186 0.32 0.80 0 0.27 276.08 0.66 0.44
Hex 7F 26 BA 20 50 0 1B 114 42 2C
Octal 177 46 272 40 120 0 33 424 102 54
Binary 1111111 100110 10111010 100000 1010000 0 11011 100010100 1000010 101100

Color Harmonies of #7F26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F26BA

Black with #7F26BA

Text Example


Text Example

White with #7F26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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