Html Css Color HEX #68008A Purple

📋 copy color: '#68008A'

red 104 ◦ green 0 ◦ blue 138

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

Shades of Purple #68008A

Tints of Purple #68008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 57.02%

R = 42.98%
G = 0%
B = 57.02%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68008A (or 0x68008A) is known color: Purple. HEX triplet: 68, 00 and 8A. RGB value is (104,0,138). Sum of RGB (Red+Green+Blue) = 104+0+138=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #68008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68008A is #97FF75. Grayscale: #2E2E2E. Windows color (decimal): -9961334 or 9044072. OLE color: 9044072.

HSL color Cylindrical-coordinate representation of color #68008A: hue angle of 285.22º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68008A is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 0 138 -
CMYK 0.25 1 0 0.46
HSL 285.22º 1% 0.27% -
HSV(B) 285.22º 1% 0.54% -
XYZ 10.3 4.78 24.42 -
YUV 46.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 104 0 138 0.25 1 0 0.46 285.22 1 0.27
Hex 68 0 8A 19 64 0 2E 11D 64 1B
Octal 150 0 212 31 144 0 56 435 144 33
Binary 1101000 0 10001010 11001 1100100 0 101110 100011101 1100100 11011

Color Harmonies of #68008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68008A

Black with #68008A

Text Example


Text Example

White with #68008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,0,138); }

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

background-color css

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

 a { background-color: rgb(104,0,138); }

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

border-color css

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

 span { border-color: rgb(104,0,138); }

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