Html Css Color HEX #7D068B Purple

📋 copy color: '#7D068B'

red 125 ◦ green 6 ◦ blue 139

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

Shades of Purple #7D068B

Tints of Purple #7D068B

RGB

 RED value IS 125 (49.22% from 255) = 46.3%

 GREEN value IS 6 (2.73% from 255) = 2.22%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 46.3%
G = 2.22%
B = 51.48%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D068B (or 0x7D068B) is known color: Purple. HEX triplet: 7D, 06 and 8B. RGB value is (125,6,139). Sum of RGB (Red+Green+Blue) = 125+6+139=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D068B is #82F974. Grayscale: #383838. Windows color (decimal): -8583541 or 9111165. OLE color: 9111165.

HSL color Cylindrical-coordinate representation of color #7D068B: hue angle of 293.68º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D068B is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 6 139 -
CMYK 0.10 0.96 0 0.45
HSL 293.68º 0.92% 0.28% -
HSV(B) 293.68º 0.96% 0.55% -
XYZ 13.18 6.35 24.96 -
YUV 56.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 125 6 139 0.10 0.96 0 0.45 293.68 0.92 0.28
Hex 7D 6 8B A 60 0 2D 126 5C 1C
Octal 175 6 213 12 140 0 55 446 134 34
Binary 1111101 110 10001011 1010 1100000 0 101101 100100110 1011100 11100

Color Harmonies of #7D068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D068B

Black with #7D068B

Text Example


Text Example

White with #7D068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,6,139); }

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

background-color css

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

 a { background-color: rgb(125,6,139); }

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

border-color css

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

 span { border-color: rgb(125,6,139); }

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