Html Css Color HEX #7F2BAF Royal Purple

📋 copy color: '#7F2BAF'

red 127 ◦ green 43 ◦ blue 175

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

Shades of Royal Purple #7F2BAF

Tints of Royal Purple #7F2BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.46%

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 36.81%
G = 12.46%
B = 50.72%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7F2BAF (or 0x7F2BAF) is known color: Royal Purple. HEX triplet: 7F, 2B and AF. RGB value is (127,43,175). Sum of RGB (Red+Green+Blue) = 127+43+175=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F2BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2BAF is #80D450. Grayscale: #525252. Windows color (decimal): -8442961 or 11479935. OLE color: 11479935.

HSL color Cylindrical-coordinate representation of color #7F2BAF: hue angle of 278.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2BAF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 43 175 -
CMYK 0.27 0.75 0 0.31
HSL 278.18º 0.61% 0.43% -
HSV(B) 278.18º 0.75% 0.69% -
XYZ 17.35 9.33 41.44 -
YUV 83.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 127 43 175 0.27 0.75 0 0.31 278.18 0.61 0.43
Hex 7F 2B AF 1B 4B 0 1F 116 3D 2B
Octal 177 53 257 33 113 0 37 426 75 53
Binary 1111111 101011 10101111 11011 1001011 0 11111 100010110 111101 101011

Color Harmonies of #7F2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2BAF

Black with #7F2BAF

Text Example


Text Example

White with #7F2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,43,175); }

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

background-color css

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

 a { background-color: rgb(127,43,175); }

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

border-color css

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

 span { border-color: rgb(127,43,175); }

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