Html Css Color HEX #752673 Seance

📋 copy color: '#752673'

red 117 ◦ green 38 ◦ blue 115

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

Shades of Seance #752673

Tints of Seance #752673

RGB

 RED value IS 117 (46.09% from 255) = 43.33%

 GREEN value IS 38 (15.23% from 255) = 14.07%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 43.33%
G = 14.07%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#752673 (or 0x752673) is known color: Seance. HEX triplet: 75, 26 and 73. RGB value is (117,38,115). Sum of RGB (Red+Green+Blue) = 117+38+115=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #752673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752673 is #8AD98C. Grayscale: #464646. Windows color (decimal): -9099661 or 7546485. OLE color: 7546485.

HSL color Cylindrical-coordinate representation of color #752673: hue angle of 301.52º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752673 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 115 -
CMYK 0 0.68 0.02 0.54
HSL 301.52º 0.51% 0.3% -
HSV(B) 301.52º 0.68% 0.46% -
XYZ 11.12 6.41 16.87 -
YUV 70.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 117 38 115 0 0.68 0.02 0.54 301.52 0.51 0.3
Hex 75 26 73 0 44 2 36 12E 33 1E
Octal 165 46 163 0 104 2 66 456 63 36
Binary 1110101 100110 1110011 0 1000100 10 110110 100101110 110011 11110

Color Harmonies of #752673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752673

Black with #752673

Text Example


Text Example

White with #752673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752673; }

 p { color: rgb(117,38,115); }

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

background-color css

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

 a { background-color: rgb(117,38,115); }

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

border-color css

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

 span { border-color: rgb(117,38,115); }

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