Html Css Color HEX #7F0B6B Dark Purple

📋 copy color: '#7F0B6B'

red 127 ◦ green 11 ◦ blue 107

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

Shades of Dark Purple #7F0B6B

Tints of Dark Purple #7F0B6B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

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

R = 51.84%
G = 4.49%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F0B6B (or 0x7F0B6B) is known color: Dark Purple. HEX triplet: 7F, 0B and 6B. RGB value is (127,11,107). Sum of RGB (Red+Green+Blue) = 127+11+107=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0B6B is #80F494. Grayscale: #383838. Windows color (decimal): -8451221 or 7015295. OLE color: 7015295.

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

Color convert

RGB 127 11 107 -
CMYK 0 0.91 0.16 0.50
HSL 310.34º 0.84% 0.27% -
HSV(B) 310.34º 0.91% 0.5% -
XYZ 11.53 5.81 14.42 -
YUV 56.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 127 11 107 0 0.91 0.16 0.50 310.34 0.84 0.27
Hex 7F B 6B 0 5B 10 32 136 54 1B
Octal 177 13 153 0 133 20 62 466 124 33
Binary 1111111 1011 1101011 0 1011011 10000 110010 100110110 1010100 11011

Color Harmonies of #7F0B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0B6B

Black with #7F0B6B

Text Example


Text Example

White with #7F0B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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