Html Css Color HEX #68076B Purple

📋 copy color: '#68076B'

red 104 ◦ green 7 ◦ blue 107

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

Shades of Purple #68076B

Tints of Purple #68076B

RGB

 RED value IS 104 (41.02% from 255) = 47.71%

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 47.71%
G = 3.21%
B = 49.08%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68076B (or 0x68076B) is known color: Purple. HEX triplet: 68, 07 and 6B. RGB value is (104,7,107). Sum of RGB (Red+Green+Blue) = 104+7+107=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #68076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68076B is #97F894. Grayscale: #2F2F2F. Windows color (decimal): -9959573 or 7014248. OLE color: 7014248.

HSL color Cylindrical-coordinate representation of color #68076B: hue angle of 298.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68076B is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 7 107 -
CMYK 0.03 0.93 0 0.58
HSL 298.2º 0.88% 0.22% -
HSV(B) 298.2º 0.93% 0.42% -
XYZ 8.44 4.16 14.27 -
YUV 47.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 104 7 107 0.03 0.93 0 0.58 298.2 0.88 0.22
Hex 68 7 6B 3 5D 0 3A 12A 58 16
Octal 150 7 153 3 135 0 72 452 130 26
Binary 1101000 111 1101011 11 1011101 0 111010 100101010 1011000 10110

Color Harmonies of #68076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68076B

Black with #68076B

Text Example


Text Example

White with #68076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68076B; }

 p { color: rgb(104,7,107); }

 H1.HeaderClassName
 {
   color: #68076B;
 }
 .AnyTagClassName
 {
   color: #68076B;
 }
</style>

background-color css

<style>
 a { background-color: #68076B; }

 a { background-color: rgb(104,7,107); }

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

border-color css

<style>
 span { border-color: #68076B; }

 span { border-color: rgb(104,7,107); }

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