Html Css Color HEX #68057A Purple

📋 copy color: '#68057A'

red 104 ◦ green 5 ◦ blue 122

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

Shades of Purple #68057A

Tints of Purple #68057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 45.02%
G = 2.16%
B = 52.81%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68057A (or 0x68057A) is known color: Purple. HEX triplet: 68, 05 and 7A. RGB value is (104,5,122). Sum of RGB (Red+Green+Blue) = 104+5+122=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #68057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68057A is #97FA85. Grayscale: #2F2F2F. Windows color (decimal): -9960070 or 7996776. OLE color: 7996776.

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

Color convert

RGB 104 5 122 -
CMYK 0.15 0.96 0 0.52
HSL 290.77º 0.92% 0.25% -
HSV(B) 290.77º 0.96% 0.48% -
XYZ 9.28 4.46 18.78 -
YUV 47.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 104 5 122 0.15 0.96 0 0.52 290.77 0.92 0.25
Hex 68 5 7A F 60 0 34 123 5C 19
Octal 150 5 172 17 140 0 64 443 134 31
Binary 1101000 101 1111010 1111 1100000 0 110100 100100011 1011100 11001

Color Harmonies of #68057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68057A

Black with #68057A

Text Example


Text Example

White with #68057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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