Html Css Color HEX #68057D Purple

📋 copy color: '#68057D'

red 104 ◦ green 5 ◦ blue 125

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

Shades of Purple #68057D

Tints of Purple #68057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 125 (49.22% from 255) = 53.42%

R = 44.44%
G = 2.14%
B = 53.42%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68057D (or 0x68057D) is known color: Purple. HEX triplet: 68, 05 and 7D. RGB value is (104,5,125). Sum of RGB (Red+Green+Blue) = 104+5+125=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #68057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68057D is #97FA82. Grayscale: #2F2F2F. Windows color (decimal): -9960067 or 8193384. OLE color: 8193384.

HSL color Cylindrical-coordinate representation of color #68057D: hue angle of 289.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68057D is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 5 125 -
CMYK 0.17 0.96 0 0.51
HSL 289.5º 0.92% 0.25% -
HSV(B) 289.5º 0.96% 0.49% -
XYZ 9.46 4.53 19.78 -
YUV 48.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 104 5 125 0.17 0.96 0 0.51 289.5 0.92 0.25
Hex 68 5 7D 11 60 0 33 122 5C 19
Octal 150 5 175 21 140 0 63 442 134 31
Binary 1101000 101 1111101 10001 1100000 0 110011 100100010 1011100 11001

Color Harmonies of #68057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68057D

Black with #68057D

Text Example


Text Example

White with #68057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68057D; }

 p { color: rgb(104,5,125); }

 H1.HeaderClassName
 {
   color: #68057D;
 }
 .AnyTagClassName
 {
   color: #68057D;
 }
</style>

background-color css

<style>
 a { background-color: #68057D; }

 a { background-color: rgb(104,5,125); }

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

border-color css

<style>
 span { border-color: #68057D; }

 span { border-color: rgb(104,5,125); }

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