Html Css Color HEX #7154AF Blue Marguerite

📋 copy color: '#7154AF'

red 113 ◦ green 84 ◦ blue 175

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

Shades of Blue Marguerite #7154AF

Tints of Blue Marguerite #7154AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 30.38%
G = 22.58%
B = 47.04%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7154AF (or 0x7154AF) is known color: Blue Marguerite. HEX triplet: 71, 54 and AF. RGB value is (113,84,175). Sum of RGB (Red+Green+Blue) = 113+84+175=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #7154AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7154AF is #8EAB50. Grayscale: #666666. Windows color (decimal): -9349969 or 11490417. OLE color: 11490417.

HSL color Cylindrical-coordinate representation of color #7154AF: hue angle of 259.12º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7154AF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 84 175 -
CMYK 0.35 0.52 0 0.31
HSL 259.12º 0.36% 0.51% -
HSV(B) 259.12º 0.52% 0.69% -
XYZ 17.72 12.95 42.12 -
YUV 103.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 113 84 175 0.35 0.52 0 0.31 259.12 0.36 0.51
Hex 71 54 AF 23 34 0 1F 103 24 33
Octal 161 124 257 43 64 0 37 403 44 63
Binary 1110001 1010100 10101111 100011 110100 0 11111 100000011 100100 110011

Color Harmonies of #7154AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154AF

Black with #7154AF

Text Example


Text Example

White with #7154AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7154AF; }

 p { color: rgb(113,84,175); }

 H1.HeaderClassName
 {
   color: #7154AF;
 }
 .AnyTagClassName
 {
   color: #7154AF;
 }
</style>

background-color css

<style>
 a { background-color: #7154AF; }

 a { background-color: rgb(113,84,175); }

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

border-color css

<style>
 span { border-color: #7154AF; }

 span { border-color: rgb(113,84,175); }

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