Html Css Color HEX #70415E Finn

📋 copy color: '#70415E'

red 112 ◦ green 65 ◦ blue 94

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

Shades of Finn #70415E

Tints of Finn #70415E

RGB

 RED value IS 112 (44.14% from 255) = 41.33%

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

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 41.33%
G = 23.99%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70415E (or 0x70415E) is known color: Finn. HEX triplet: 70, 41 and 5E. RGB value is (112,65,94). Sum of RGB (Red+Green+Blue) = 112+65+94=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70415E is #8FBEA1. Grayscale: #525252. Windows color (decimal): -9420450 or 6177136. OLE color: 6177136.

HSL color Cylindrical-coordinate representation of color #70415E: hue angle of 322.98º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70415E is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 94 -
CMYK 0 0.42 0.16 0.56
HSL 322.98º 0.27% 0.35% -
HSV(B) 322.98º 0.42% 0.44% -
XYZ 10.59 8.03 11.58 -
YUV 82.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 112 65 94 0 0.42 0.16 0.56 322.98 0.27 0.35
Hex 70 41 5E 0 2A 10 38 143 1B 23
Octal 160 101 136 0 52 20 70 503 33 43
Binary 1110000 1000001 1011110 0 101010 10000 111000 101000011 11011 100011

Color Harmonies of #70415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70415E

Black with #70415E

Text Example


Text Example

White with #70415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70415E; }

 p { color: rgb(112,65,94); }

 H1.HeaderClassName
 {
   color: #70415E;
 }
 .AnyTagClassName
 {
   color: #70415E;
 }
</style>

background-color css

<style>
 a { background-color: #70415E; }

 a { background-color: rgb(112,65,94); }

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

border-color css

<style>
 span { border-color: #70415E; }

 span { border-color: rgb(112,65,94); }

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