Html Css Color HEX #72418A Affair

📋 copy color: '#72418A'

red 114 ◦ green 65 ◦ blue 138

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

Shades of Affair #72418A

Tints of Affair #72418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 35.96%
G = 20.5%
B = 43.53%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72418A (or 0x72418A) is known color: Affair. HEX triplet: 72, 41 and 8A. RGB value is (114,65,138). Sum of RGB (Red+Green+Blue) = 114+65+138=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #72418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72418A is #8DBE75. Grayscale: #575757. Windows color (decimal): -9289334 or 9060722. OLE color: 9060722.

HSL color Cylindrical-coordinate representation of color #72418A: hue angle of 280.27º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72418A is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 65 138 -
CMYK 0.17 0.53 0 0.46
HSL 280.27º 0.36% 0.4% -
HSV(B) 280.27º 0.53% 0.54% -
XYZ 13.42 9.19 25.11 -
YUV 87.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 114 65 138 0.17 0.53 0 0.46 280.27 0.36 0.4
Hex 72 41 8A 11 35 0 2E 118 24 28
Octal 162 101 212 21 65 0 56 430 44 50
Binary 1110010 1000001 10001010 10001 110101 0 101110 100011000 100100 101000

Color Harmonies of #72418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72418A

Black with #72418A

Text Example


Text Example

White with #72418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72418A; }

 p { color: rgb(114,65,138); }

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

background-color css

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

 a { background-color: rgb(114,65,138); }

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

border-color css

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

 span { border-color: rgb(114,65,138); }

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