Html Css Color HEX #7355AF Blue Marguerite

📋 copy color: '#7355AF'

red 115 ◦ green 85 ◦ blue 175

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

Shades of Blue Marguerite #7355AF

Tints of Blue Marguerite #7355AF

RGB

 RED value IS 115 (45.31% from 255) = 30.67%

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 30.67%
G = 22.67%
B = 46.67%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7355AF (or 0x7355AF) is known color: Blue Marguerite. HEX triplet: 73, 55 and AF. RGB value is (115,85,175). Sum of RGB (Red+Green+Blue) = 115+85+175=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #7355AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7355AF is #8CAA50. Grayscale: #676767. Windows color (decimal): -9218641 or 11490675. OLE color: 11490675.

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

Color convert

RGB 115 85 175 -
CMYK 0.34 0.51 0 0.31
HSL 260º 0.36% 0.51% -
HSV(B) 260º 0.51% 0.69% -
XYZ 18.06 13.24 42.16 -
YUV 104.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 115 85 175 0.34 0.51 0 0.31 260 0.36 0.51
Hex 73 55 AF 22 33 0 1F 104 24 33
Octal 163 125 257 42 63 0 37 404 44 63
Binary 1110011 1010101 10101111 100010 110011 0 11111 100000100 100100 110011

Color Harmonies of #7355AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355AF

Black with #7355AF

Text Example


Text Example

White with #7355AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,85,175); }

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

background-color css

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

 a { background-color: rgb(115,85,175); }

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

border-color css

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

 span { border-color: rgb(115,85,175); }

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