Html Css Color HEX #672075 Seance

📋 copy color: '#672075'

red 103 ◦ green 32 ◦ blue 117

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

Shades of Seance #672075

Tints of Seance #672075

RGB

 RED value IS 103 (40.63% from 255) = 40.87%

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 40.87%
G = 12.7%
B = 46.43%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#672075 (or 0x672075) is known color: Seance. HEX triplet: 67, 20 and 75. RGB value is (103,32,117). Sum of RGB (Red+Green+Blue) = 103+32+117=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #672075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672075 is #98DF8A. Grayscale: #3E3E3E. Windows color (decimal): -10018699 or 7676007. OLE color: 7676007.

HSL color Cylindrical-coordinate representation of color #672075: hue angle of 290.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672075 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 32 117 -
CMYK 0.12 0.73 0 0.54
HSL 290.12º 0.57% 0.29% -
HSV(B) 290.12º 0.73% 0.46% -
XYZ 9.32 5.2 17.34 -
YUV 62.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 103 32 117 0.12 0.73 0 0.54 290.12 0.57 0.29
Hex 67 20 75 C 49 0 36 122 39 1D
Octal 147 40 165 14 111 0 66 442 71 35
Binary 1100111 100000 1110101 1100 1001001 0 110110 100100010 111001 11101

Color Harmonies of #672075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672075

Black with #672075

Text Example


Text Example

White with #672075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672075; }

 p { color: rgb(103,32,117); }

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

background-color css

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

 a { background-color: rgb(103,32,117); }

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

border-color css

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

 span { border-color: rgb(103,32,117); }

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