Html Css Color HEX #752778 Seance

📋 copy color: '#752778'

red 117 ◦ green 39 ◦ blue 120

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

Shades of Seance #752778

Tints of Seance #752778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 42.39%
G = 14.13%
B = 43.48%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752778 (or 0x752778) is known color: Seance. HEX triplet: 75, 27 and 78. RGB value is (117,39,120). Sum of RGB (Red+Green+Blue) = 117+39+120=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #752778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752778 is #8AD887. Grayscale: #474747. Windows color (decimal): -9099400 or 7874421. OLE color: 7874421.

HSL color Cylindrical-coordinate representation of color #752778: hue angle of 297.78º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752778 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 39 120 -
CMYK 0.02 0.67 0 0.53
HSL 297.78º 0.51% 0.31% -
HSV(B) 297.78º 0.68% 0.47% -
XYZ 11.45 6.59 18.44 -
YUV 71.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 117 39 120 0.02 0.67 0 0.53 297.78 0.51 0.31
Hex 75 27 78 2 43 0 35 12A 33 1F
Octal 165 47 170 2 103 0 65 452 63 37
Binary 1110101 100111 1111000 10 1000011 0 110101 100101010 110011 11111

Color Harmonies of #752778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752778

Black with #752778

Text Example


Text Example

White with #752778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752778; }

 p { color: rgb(117,39,120); }

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

background-color css

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

 a { background-color: rgb(117,39,120); }

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

border-color css

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

 span { border-color: rgb(117,39,120); }

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