Html Css Color HEX #7F006B Purple

📋 copy color: '#7F006B'

red 127 ◦ green 0 ◦ blue 107

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

Shades of Purple #7F006B

Tints of Purple #7F006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 54.27%
G = 0%
B = 45.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F006B (or 0x7F006B) is known color: Purple. HEX triplet: 7F, 00 and 6B. RGB value is (127,0,107). Sum of RGB (Red+Green+Blue) = 127+0+107=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F006B is #80FF94. Grayscale: #313131. Windows color (decimal): -8454037 or 7012479. OLE color: 7012479.

HSL color Cylindrical-coordinate representation of color #7F006B: hue angle of 309.45º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F006B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 0 107 -
CMYK 0 1 0.16 0.50
HSL 309.45º 1% 0.25% -
HSV(B) 309.45º 1% 0.5% -
XYZ 11.41 5.57 14.38 -
YUV 50.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 127 0 107 0 1 0.16 0.50 309.45 1 0.25
Hex 7F 0 6B 0 64 10 32 135 64 19
Octal 177 0 153 0 144 20 62 465 144 31
Binary 1111111 0 1101011 0 1100100 10000 110010 100110101 1100100 11001

Color Harmonies of #7F006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F006B

Black with #7F006B

Text Example


Text Example

White with #7F006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,107); }

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

background-color css

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

 a { background-color: rgb(127,0,107); }

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

border-color css

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

 span { border-color: rgb(127,0,107); }

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