Html Css Color HEX #752878 Seance

📋 copy color: '#752878'

red 117 ◦ green 40 ◦ blue 120

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

Shades of Seance #752878

Tints of Seance #752878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 42.24%
G = 14.44%
B = 43.32%

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

#752878 (or 0x752878) is known color: Seance. HEX triplet: 75, 28 and 78. RGB value is (117,40,120). Sum of RGB (Red+Green+Blue) = 117+40+120=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #752878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752878 is #8AD787. Grayscale: #474747. Windows color (decimal): -9099144 or 7874677. OLE color: 7874677.

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

Color convert

RGB 117 40 120 -
CMYK 0.02 0.67 0 0.53
HSL 297.75º 0.5% 0.31% -
HSV(B) 297.75º 0.67% 0.47% -
XYZ 11.49 6.66 18.45 -
YUV 72.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 117 40 120 0.02 0.67 0 0.53 297.75 0.5 0.31
Hex 75 28 78 2 43 0 35 12A 32 1F
Octal 165 50 170 2 103 0 65 452 62 37
Binary 1110101 101000 1111000 10 1000011 0 110101 100101010 110010 11111

Color Harmonies of #752878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752878

Black with #752878

Text Example


Text Example

White with #752878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752878; }

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

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

background-color css

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

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

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

border-color css

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

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

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