Html Css Color HEX #75247D Seance

📋 copy color: '#75247D'

red 117 ◦ green 36 ◦ blue 125

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

Shades of Seance #75247D

Tints of Seance #75247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 42.09%
G = 12.95%
B = 44.96%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75247D (or 0x75247D) is known color: Seance. HEX triplet: 75, 24 and 7D. RGB value is (117,36,125). Sum of RGB (Red+Green+Blue) = 117+36+125=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #75247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75247D is #8ADB82. Grayscale: #464646. Windows color (decimal): -9100163 or 8201333. OLE color: 8201333.

HSL color Cylindrical-coordinate representation of color #75247D: hue angle of 294.61º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75247D is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 36 125 -
CMYK 0.06 0.71 0 0.51
HSL 294.61º 0.55% 0.32% -
HSV(B) 294.61º 0.71% 0.49% -
XYZ 11.67 6.52 20.05 -
YUV 70.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 117 36 125 0.06 0.71 0 0.51 294.61 0.55 0.32
Hex 75 24 7D 6 47 0 33 127 37 20
Octal 165 44 175 6 107 0 63 447 67 40
Binary 1110101 100100 1111101 110 1000111 0 110011 100100111 110111 100000

Color Harmonies of #75247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75247D

Black with #75247D

Text Example


Text Example

White with #75247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75247D; }

 p { color: rgb(117,36,125); }

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

background-color css

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

 a { background-color: rgb(117,36,125); }

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

border-color css

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

 span { border-color: rgb(117,36,125); }

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