Html Css Color HEX #72415C Finn

📋 copy color: '#72415C'

red 114 ◦ green 65 ◦ blue 92

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

Shades of Finn #72415C

Tints of Finn #72415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 42.07%
G = 23.99%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72415C (or 0x72415C) is known color: Finn. HEX triplet: 72, 41 and 5C. RGB value is (114,65,92). Sum of RGB (Red+Green+Blue) = 114+65+92=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72415C is #8DBEA3. Grayscale: #525252. Windows color (decimal): -9289380 or 6046066. OLE color: 6046066.

HSL color Cylindrical-coordinate representation of color #72415C: hue angle of 326.94º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72415C is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 65 92 -
CMYK 0 0.43 0.19 0.55
HSL 326.94º 0.27% 0.35% -
HSV(B) 326.94º 0.43% 0.45% -
XYZ 10.76 8.13 11.13 -
YUV 82.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 114 65 92 0 0.43 0.19 0.55 326.94 0.27 0.35
Hex 72 41 5C 0 2B 13 37 147 1B 23
Octal 162 101 134 0 53 23 67 507 33 43
Binary 1110010 1000001 1011100 0 101011 10011 110111 101000111 11011 100011

Color Harmonies of #72415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72415C

Black with #72415C

Text Example


Text Example

White with #72415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72415C; }

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

 H1.HeaderClassName
 {
   color: #72415C;
 }
 .AnyTagClassName
 {
   color: #72415C;
 }
</style>

background-color css

<style>
 a { background-color: #72415C; }

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

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

border-color css

<style>
 span { border-color: #72415C; }

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

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