Html Css Color HEX #68047F Purple

📋 copy color: '#68047F'

red 104 ◦ green 4 ◦ blue 127

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

Shades of Purple #68047F

Tints of Purple #68047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 44.26%
G = 1.7%
B = 54.04%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68047F (or 0x68047F) is known color: Purple. HEX triplet: 68, 04 and 7F. RGB value is (104,4,127). Sum of RGB (Red+Green+Blue) = 104+4+127=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #68047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68047F is #97FB80. Grayscale: #2F2F2F. Windows color (decimal): -9960321 or 8324200. OLE color: 8324200.

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

Color convert

RGB 104 4 127 -
CMYK 0.18 0.97 0 0.50
HSL 288.78º 0.94% 0.26% -
HSV(B) 288.78º 0.97% 0.5% -
XYZ 9.58 4.56 20.45 -
YUV 47.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 104 4 127 0.18 0.97 0 0.50 288.78 0.94 0.26
Hex 68 4 7F 12 61 0 32 121 5E 1A
Octal 150 4 177 22 141 0 62 441 136 32
Binary 1101000 100 1111111 10010 1100001 0 110010 100100001 1011110 11010

Color Harmonies of #68047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68047F

Black with #68047F

Text Example


Text Example

White with #68047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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