Html Css Color HEX #7E006B Purple

📋 copy color: '#7E006B'

red 126 ◦ green 0 ◦ blue 107

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

Shades of Purple #7E006B

Tints of Purple #7E006B

RGB

 RED value IS 126 (49.61% from 255) = 54.08%

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

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

R = 54.08%
G = 0%
B = 45.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7E006B (or 0x7E006B) is known color: Purple. HEX triplet: 7E, 00 and 6B. RGB value is (126,0,107). Sum of RGB (Red+Green+Blue) = 126+0+107=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E006B is #81FF94. Grayscale: #313131. Windows color (decimal): -8519573 or 7012478. OLE color: 7012478.

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

Color convert

RGB 126 0 107 -
CMYK 0 1 0.15 0.51
HSL 309.05º 1% 0.25% -
HSV(B) 309.05º 1% 0.49% -
XYZ 11.26 5.5 14.38 -
YUV 49.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 126 0 107 0 1 0.15 0.51 309.05 1 0.25
Hex 7E 0 6B 0 64 F 33 135 64 19
Octal 176 0 153 0 144 17 63 465 144 31
Binary 1111110 0 1101011 0 1100100 1111 110011 100110101 1100100 11001

Color Harmonies of #7E006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E006B

Black with #7E006B

Text Example


Text Example

White with #7E006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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