Html Css Color HEX #7F3ABA Purple Heart

📋 copy color: '#7F3ABA'

red 127 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #7F3ABA

Tints of Purple Heart #7F3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.63%

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

R = 34.23%
G = 15.63%
B = 50.13%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F3ABA (or 0x7F3ABA) is known color: Purple Heart. HEX triplet: 7F, 3A and BA. RGB value is (127,58,186). Sum of RGB (Red+Green+Blue) = 127+58+186=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F3ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3ABA is #80C545. Grayscale: #5C5C5C. Windows color (decimal): -8439110 or 12204671. OLE color: 12204671.

HSL color Cylindrical-coordinate representation of color #7F3ABA: hue angle of 272.34º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F3ABA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 58 186 -
CMYK 0.32 0.69 0 0.27
HSL 272.34º 0.52% 0.48% -
HSV(B) 272.34º 0.69% 0.73% -
XYZ 19.13 11.08 47.59 -
YUV 93.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 127 58 186 0.32 0.69 0 0.27 272.34 0.52 0.48
Hex 7F 3A BA 20 45 0 1B 110 34 30
Octal 177 72 272 40 105 0 33 420 64 60
Binary 1111111 111010 10111010 100000 1000101 0 11011 100010000 110100 110000

Color Harmonies of #7F3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3ABA

Black with #7F3ABA

Text Example


Text Example

White with #7F3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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