Html Css Color HEX #752A70 Seance

📋 copy color: '#752A70'

red 117 ◦ green 42 ◦ blue 112

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

Shades of Seance #752A70

Tints of Seance #752A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.5%

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 43.17%
G = 15.5%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#752A70 (or 0x752A70) is known color: Seance. HEX triplet: 75, 2A and 70. RGB value is (117,42,112). Sum of RGB (Red+Green+Blue) = 117+42+112=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #752A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A70 is #8AD58F. Grayscale: #484848. Windows color (decimal): -9098640 or 7350901. OLE color: 7350901.

HSL color Cylindrical-coordinate representation of color #752A70: hue angle of 304º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A70 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 112 -
CMYK 0 0.64 0.04 0.54
HSL 304º 0.47% 0.31% -
HSV(B) 304º 0.64% 0.46% -
XYZ 11.09 6.61 16.02 -
YUV 72.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 117 42 112 0 0.64 0.04 0.54 304 0.47 0.31
Hex 75 2A 70 0 40 4 36 130 2F 1F
Octal 165 52 160 0 100 4 66 460 57 37
Binary 1110101 101010 1110000 0 1000000 100 110110 100110000 101111 11111

Color Harmonies of #752A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A70

Black with #752A70

Text Example


Text Example

White with #752A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A70; }

 p { color: rgb(117,42,112); }

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

background-color css

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

 a { background-color: rgb(117,42,112); }

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

border-color css

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

 span { border-color: rgb(117,42,112); }

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