Html Css Color HEX #7253B1 Blue Marguerite

📋 copy color: '#7253B1'

red 114 ◦ green 83 ◦ blue 177

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

Shades of Blue Marguerite #7253B1

Tints of Blue Marguerite #7253B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 30.48%
G = 22.19%
B = 47.33%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7253B1 (or 0x7253B1) is known color: Blue Marguerite. HEX triplet: 72, 53 and B1. RGB value is (114,83,177). Sum of RGB (Red+Green+Blue) = 114+83+177=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #7253B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7253B1 is #8DAC4E. Grayscale: #666666. Windows color (decimal): -9284687 or 11621234. OLE color: 11621234.

HSL color Cylindrical-coordinate representation of color #7253B1: hue angle of 259.79º degrees, saturation: 0.38, 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 #7253B1 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 83 177 -
CMYK 0.36 0.53 0 0.31
HSL 259.79º 0.38% 0.51% -
HSV(B) 259.79º 0.53% 0.69% -
XYZ 17.97 12.94 43.15 -
YUV 102.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 114 83 177 0.36 0.53 0 0.31 259.79 0.38 0.51
Hex 72 53 B1 24 35 0 1F 104 26 33
Octal 162 123 261 44 65 0 37 404 46 63
Binary 1110010 1010011 10110001 100100 110101 0 11111 100000100 100110 110011

Color Harmonies of #7253B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253B1

Black with #7253B1

Text Example


Text Example

White with #7253B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7253B1; }

 p { color: rgb(114,83,177); }

 H1.HeaderClassName
 {
   color: #7253B1;
 }
 .AnyTagClassName
 {
   color: #7253B1;
 }
</style>

background-color css

<style>
 a { background-color: #7253B1; }

 a { background-color: rgb(114,83,177); }

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

border-color css

<style>
 span { border-color: #7253B1; }

 span { border-color: rgb(114,83,177); }

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