Html Css Color HEX #68057F Purple

📋 copy color: '#68057F'

red 104 ◦ green 5 ◦ blue 127

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

Shades of Purple #68057F

Tints of Purple #68057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.81%

R = 44.07%
G = 2.12%
B = 53.81%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68057F (or 0x68057F) is known color: Purple. HEX triplet: 68, 05 and 7F. RGB value is (104,5,127). Sum of RGB (Red+Green+Blue) = 104+5+127=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #68057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68057F is #97FA80. Grayscale: #303030. Windows color (decimal): -9960065 or 8324456. OLE color: 8324456.

HSL color Cylindrical-coordinate representation of color #68057F: hue angle of 288.69º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68057F is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 5 127 -
CMYK 0.18 0.96 0 0.50
HSL 288.69º 0.92% 0.26% -
HSV(B) 288.69º 0.96% 0.5% -
XYZ 9.59 4.58 20.46 -
YUV 48.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 104 5 127 0.18 0.96 0 0.50 288.69 0.92 0.26
Hex 68 5 7F 12 60 0 32 121 5C 1A
Octal 150 5 177 22 140 0 62 441 134 32
Binary 1101000 101 1111111 10010 1100000 0 110010 100100001 1011100 11010

Color Harmonies of #68057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68057F

Black with #68057F

Text Example


Text Example

White with #68057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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