Html Css Color HEX #68017A Purple

📋 copy color: '#68017A'

red 104 ◦ green 1 ◦ blue 122

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

Shades of Purple #68017A

Tints of Purple #68017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 45.81%
G = 0.44%
B = 53.74%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68017A (or 0x68017A) is known color: Purple. HEX triplet: 68, 01 and 7A. RGB value is (104,1,122). Sum of RGB (Red+Green+Blue) = 104+1+122=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #68017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68017A is #97FE85. Grayscale: #2D2D2D. Windows color (decimal): -9961094 or 7995752. OLE color: 7995752.

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

Color convert

RGB 104 1 122 -
CMYK 0.15 0.99 0 0.52
HSL 291.07º 0.98% 0.24% -
HSV(B) 291.07º 0.99% 0.48% -
XYZ 9.23 4.37 18.77 -
YUV 45.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 104 1 122 0.15 0.99 0 0.52 291.07 0.98 0.24
Hex 68 1 7A F 63 0 34 123 62 18
Octal 150 1 172 17 143 0 64 443 142 30
Binary 1101000 1 1111010 1111 1100011 0 110100 100100011 1100010 11000

Color Harmonies of #68017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68017A

Black with #68017A

Text Example


Text Example

White with #68017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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