Html Css Color HEX #68177F Seance

📋 copy color: '#68177F'

red 104 ◦ green 23 ◦ blue 127

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

Shades of Seance #68177F

Tints of Seance #68177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 40.94%
G = 9.06%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68177F (or 0x68177F) is known color: Seance. HEX triplet: 68, 17 and 7F. RGB value is (104,23,127). Sum of RGB (Red+Green+Blue) = 104+23+127=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #68177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68177F is #97E880. Grayscale: #3A3A3A. Windows color (decimal): -9955457 or 8329064. OLE color: 8329064.

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

Color convert

RGB 104 23 127 -
CMYK 0.18 0.82 0 0.50
HSL 286.73º 0.69% 0.29% -
HSV(B) 286.73º 0.82% 0.5% -
XYZ 9.85 5.09 20.54 -
YUV 59.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 104 23 127 0.18 0.82 0 0.50 286.73 0.69 0.29
Hex 68 17 7F 12 52 0 32 11F 45 1D
Octal 150 27 177 22 122 0 62 437 105 35
Binary 1101000 10111 1111111 10010 1010010 0 110010 100011111 1000101 11101

Color Harmonies of #68177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68177F

Black with #68177F

Text Example


Text Example

White with #68177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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