Html Css Color HEX #7181DA Portage

📋 copy color: '#7181DA'

red 113 ◦ green 129 ◦ blue 218

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

Shades of Portage #7181DA

Tints of Portage #7181DA

RGB

 RED value IS 113 (44.53% from 255) = 24.57%

 GREEN value IS 129 (50.78% from 255) = 28.04%

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 24.57%
G = 28.04%
B = 47.39%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7181DA (or 0x7181DA) is known color: Portage. HEX triplet: 71, 81 and DA. RGB value is (113,129,218). Sum of RGB (Red+Green+Blue) = 113+129+218=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #7181DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181DA is #8E7E25. Grayscale: #858585. Windows color (decimal): -9338406 or 14319985. OLE color: 14319985.

HSL color Cylindrical-coordinate representation of color #7181DA: hue angle of 230.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7181DA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 129 218 -
CMYK 0.48 0.41 0 0.15
HSL 230.86º 0.59% 0.65% -
HSV(B) 230.86º 0.48% 0.85% -
XYZ 27.32 24.27 69.58 -
YUV 134.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 113 129 218 0.48 0.41 0 0.15 230.86 0.59 0.65
Hex 71 81 DA 30 29 0 F E7 3B 41
Octal 161 201 332 60 51 0 17 347 73 101
Binary 1110001 10000001 11011010 110000 101001 0 1111 11100111 111011 1000001

Color Harmonies of #7181DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7181DA

Black with #7181DA

Text Example


Text Example

White with #7181DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7181DA; }

 p { color: rgb(113,129,218); }

 H1.HeaderClassName
 {
   color: #7181DA;
 }
 .AnyTagClassName
 {
   color: #7181DA;
 }
</style>

background-color css

<style>
 a { background-color: #7181DA; }

 a { background-color: rgb(113,129,218); }

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

border-color css

<style>
 span { border-color: #7181DA; }

 span { border-color: rgb(113,129,218); }

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