Html Css Color HEX #68157D Seance

📋 copy color: '#68157D'

red 104 ◦ green 21 ◦ blue 125

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

Shades of Seance #68157D

Tints of Seance #68157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50%

R = 41.6%
G = 8.4%
B = 50%

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

#68157D (or 0x68157D) is known color: Seance. HEX triplet: 68, 15 and 7D. RGB value is (104,21,125). Sum of RGB (Red+Green+Blue) = 104+21+125=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #68157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68157D is #97EA82. Grayscale: #393939. Windows color (decimal): -9955971 or 8197480. OLE color: 8197480.

HSL color Cylindrical-coordinate representation of color #68157D: hue angle of 287.88º 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 #68157D is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 21 125 -
CMYK 0.17 0.83 0 0.51
HSL 287.88º 0.71% 0.29% -
HSV(B) 287.88º 0.83% 0.49% -
XYZ 9.68 4.96 19.85 -
YUV 57.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 104 21 125 0.17 0.83 0 0.51 287.88 0.71 0.29
Hex 68 15 7D 11 53 0 33 120 47 1D
Octal 150 25 175 21 123 0 63 440 107 35
Binary 1101000 10101 1111101 10001 1010011 0 110011 100100000 1000111 11101

Color Harmonies of #68157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68157D

Black with #68157D

Text Example


Text Example

White with #68157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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