Html Css Color HEX #68157E Seance

📋 copy color: '#68157E'

red 104 ◦ green 21 ◦ blue 126

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

Shades of Seance #68157E

Tints of Seance #68157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

 BLUE value IS 126 (49.61% from 255) = 50.2%

R = 41.43%
G = 8.37%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68157E (or 0x68157E) is known color: Seance. HEX triplet: 68, 15 and 7E. RGB value is (104,21,126). Sum of RGB (Red+Green+Blue) = 104+21+126=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #68157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68157E is #97EA81. Grayscale: #393939. Windows color (decimal): -9955970 or 8263016. OLE color: 8263016.

HSL color Cylindrical-coordinate representation of color #68157E: hue angle of 287.43º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68157E is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 21 126 -
CMYK 0.17 0.83 0 0.51
HSL 287.43º 0.71% 0.29% -
HSV(B) 287.43º 0.83% 0.49% -
XYZ 9.74 4.99 20.19 -
YUV 57.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 104 21 126 0.17 0.83 0 0.51 287.43 0.71 0.29
Hex 68 15 7E 11 53 0 33 11F 47 1D
Octal 150 25 176 21 123 0 63 437 107 35
Binary 1101000 10101 1111110 10001 1010011 0 110011 100011111 1000111 11101

Color Harmonies of #68157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68157E

Black with #68157E

Text Example


Text Example

White with #68157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68157E; }

 p { color: rgb(104,21,126); }

 H1.HeaderClassName
 {
   color: #68157E;
 }
 .AnyTagClassName
 {
   color: #68157E;
 }
</style>

background-color css

<style>
 a { background-color: #68157E; }

 a { background-color: rgb(104,21,126); }

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

border-color css

<style>
 span { border-color: #68157E; }

 span { border-color: rgb(104,21,126); }

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