Html Css Color HEX #721C7D Seance

📋 copy color: '#721C7D'

red 114 ◦ green 28 ◦ blue 125

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

Shades of Seance #721C7D

Tints of Seance #721C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

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

R = 42.7%
G = 10.49%
B = 46.82%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#721C7D (or 0x721C7D) is known color: Seance. HEX triplet: 72, 1C and 7D. RGB value is (114,28,125). Sum of RGB (Red+Green+Blue) = 114+28+125=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #721C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C7D is #8DE382. Grayscale: #404040. Windows color (decimal): -9298819 or 8199282. OLE color: 8199282.

HSL color Cylindrical-coordinate representation of color #721C7D: hue angle of 293.2º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721C7D is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 28 125 -
CMYK 0.09 0.78 0 0.51
HSL 293.2º 0.63% 0.3% -
HSV(B) 293.2º 0.78% 0.49% -
XYZ 11.06 5.89 19.96 -
YUV 64.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 114 28 125 0.09 0.78 0 0.51 293.2 0.63 0.3
Hex 72 1C 7D 9 4E 0 33 125 3F 1E
Octal 162 34 175 11 116 0 63 445 77 36
Binary 1110010 11100 1111101 1001 1001110 0 110011 100100101 111111 11110

Color Harmonies of #721C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C7D

Black with #721C7D

Text Example


Text Example

White with #721C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,28,125); }

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

background-color css

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

 a { background-color: rgb(114,28,125); }

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

border-color css

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

 span { border-color: rgb(114,28,125); }

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