Html Css Color HEX #7153AF Blue Marguerite

📋 copy color: '#7153AF'

red 113 ◦ green 83 ◦ blue 175

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

Shades of Blue Marguerite #7153AF

Tints of Blue Marguerite #7153AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 30.46%
G = 22.37%
B = 47.17%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7153AF (or 0x7153AF) is known color: Blue Marguerite. HEX triplet: 71, 53 and AF. RGB value is (113,83,175). Sum of RGB (Red+Green+Blue) = 113+83+175=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #7153AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7153AF is #8EAC50. Grayscale: #666666. Windows color (decimal): -9350225 or 11490161. OLE color: 11490161.

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

Color convert

RGB 113 83 175 -
CMYK 0.35 0.53 0 0.31
HSL 259.57º 0.37% 0.51% -
HSV(B) 259.57º 0.53% 0.69% -
XYZ 17.64 12.79 42.1 -
YUV 102.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 113 83 175 0.35 0.53 0 0.31 259.57 0.37 0.51
Hex 71 53 AF 23 35 0 1F 104 25 33
Octal 161 123 257 43 65 0 37 404 45 63
Binary 1110001 1010011 10101111 100011 110101 0 11111 100000100 100101 110011

Color Harmonies of #7153AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7153AF

Black with #7153AF

Text Example


Text Example

White with #7153AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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