Html Css Color HEX #721D75 Seance

📋 copy color: '#721D75'

red 114 ◦ green 29 ◦ blue 117

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

Shades of Seance #721D75

Tints of Seance #721D75

RGB

 RED value IS 114 (44.92% from 255) = 43.85%

 GREEN value IS 29 (11.72% from 255) = 11.15%

 BLUE value IS 117 (46.09% from 255) = 45%

R = 43.85%
G = 11.15%
B = 45%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721D75 (or 0x721D75) is known color: Seance. HEX triplet: 72, 1D and 75. RGB value is (114,29,117). Sum of RGB (Red+Green+Blue) = 114+29+117=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #721D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D75 is #8DE28A. Grayscale: #404040. Windows color (decimal): -9298571 or 7675250. OLE color: 7675250.

HSL color Cylindrical-coordinate representation of color #721D75: hue angle of 297.95º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D75 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 29 117 -
CMYK 0.03 0.75 0 0.54
HSL 297.95º 0.6% 0.29% -
HSV(B) 297.95º 0.75% 0.46% -
XYZ 10.59 5.74 17.38 -
YUV 64.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 114 29 117 0.03 0.75 0 0.54 297.95 0.6 0.29
Hex 72 1D 75 3 4B 0 36 12A 3C 1D
Octal 162 35 165 3 113 0 66 452 74 35
Binary 1110010 11101 1110101 11 1001011 0 110110 100101010 111100 11101

Color Harmonies of #721D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D75

Black with #721D75

Text Example


Text Example

White with #721D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721D75; }

 p { color: rgb(114,29,117); }

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

background-color css

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

 a { background-color: rgb(114,29,117); }

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

border-color css

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

 span { border-color: rgb(114,29,117); }

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