Html Css Color HEX #68027F Purple

📋 copy color: '#68027F'

red 104 ◦ green 2 ◦ blue 127

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

Shades of Purple #68027F

Tints of Purple #68027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 44.64%
G = 0.86%
B = 54.51%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68027F (or 0x68027F) is known color: Purple. HEX triplet: 68, 02 and 7F. RGB value is (104,2,127). Sum of RGB (Red+Green+Blue) = 104+2+127=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #68027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68027F is #97FD80. Grayscale: #2E2E2E. Windows color (decimal): -9960833 or 8323688. OLE color: 8323688.

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

Color convert

RGB 104 2 127 -
CMYK 0.18 0.98 0 0.50
HSL 288.96º 0.97% 0.25% -
HSV(B) 288.96º 0.98% 0.5% -
XYZ 9.56 4.52 20.45 -
YUV 46.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 104 2 127 0.18 0.98 0 0.50 288.96 0.97 0.25
Hex 68 2 7F 12 62 0 32 121 61 19
Octal 150 2 177 22 142 0 62 441 141 31
Binary 1101000 10 1111111 10010 1100010 0 110010 100100001 1100001 11001

Color Harmonies of #68027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68027F

Black with #68027F

Text Example


Text Example

White with #68027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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