Html Css Color HEX #72438D Affair

📋 copy color: '#72438D'

red 114 ◦ green 67 ◦ blue 141

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

Shades of Affair #72438D

Tints of Affair #72438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 35.4%
G = 20.81%
B = 43.79%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72438D (or 0x72438D) is known color: Affair. HEX triplet: 72, 43 and 8D. RGB value is (114,67,141). Sum of RGB (Red+Green+Blue) = 114+67+141=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #72438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72438D is #8DBC72. Grayscale: #595959. Windows color (decimal): -9288819 or 9257842. OLE color: 9257842.

HSL color Cylindrical-coordinate representation of color #72438D: hue angle of 278.11º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72438D is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 67 141 -
CMYK 0.19 0.52 0 0.45
HSL 278.11º 0.36% 0.41% -
HSV(B) 278.11º 0.52% 0.55% -
XYZ 13.75 9.51 26.31 -
YUV 89.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 114 67 141 0.19 0.52 0 0.45 278.11 0.36 0.41
Hex 72 43 8D 13 34 0 2D 116 24 29
Octal 162 103 215 23 64 0 55 426 44 51
Binary 1110010 1000011 10001101 10011 110100 0 101101 100010110 100100 101001

Color Harmonies of #72438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72438D

Black with #72438D

Text Example


Text Example

White with #72438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,67,141); }

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

background-color css

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

 a { background-color: rgb(114,67,141); }

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

border-color css

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

 span { border-color: rgb(114,67,141); }

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