Html Css Color HEX #7257B2 Blue Marguerite

📋 copy color: '#7257B2'

red 114 ◦ green 87 ◦ blue 178

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

Shades of Blue Marguerite #7257B2

Tints of Blue Marguerite #7257B2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

 BLUE value IS 178 (69.92% from 255) = 46.97%

R = 30.08%
G = 22.96%
B = 46.97%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7257B2 (or 0x7257B2) is known color: Blue Marguerite. HEX triplet: 72, 57 and B2. RGB value is (114,87,178). Sum of RGB (Red+Green+Blue) = 114+87+178=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 178 - color contains mainly: blue. Hex color #7257B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7257B2 is #8DA84D. Grayscale: #696969. Windows color (decimal): -9283662 or 11687794. OLE color: 11687794.

HSL color Cylindrical-coordinate representation of color #7257B2: hue angle of 257.8º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7257B2 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 87 178 -
CMYK 0.36 0.51 0 0.30
HSL 257.8º 0.37% 0.52% -
HSV(B) 257.8º 0.51% 0.7% -
XYZ 18.38 13.61 43.78 -
YUV 105.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 114 87 178 0.36 0.51 0 0.30 257.8 0.37 0.52
Hex 72 57 B2 24 33 0 1E 102 25 34
Octal 162 127 262 44 63 0 36 402 45 64
Binary 1110010 1010111 10110010 100100 110011 0 11110 100000010 100101 110100

Color Harmonies of #7257B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257B2

Black with #7257B2

Text Example


Text Example

White with #7257B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7257B2; }

 p { color: rgb(114,87,178); }

 H1.HeaderClassName
 {
   color: #7257B2;
 }
 .AnyTagClassName
 {
   color: #7257B2;
 }
</style>

background-color css

<style>
 a { background-color: #7257B2; }

 a { background-color: rgb(114,87,178); }

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

border-color css

<style>
 span { border-color: #7257B2; }

 span { border-color: rgb(114,87,178); }

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