Html Css Color HEX #7A52BE Blue Marguerite

📋 copy color: '#7A52BE'

red 122 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #7A52BE

Tints of Blue Marguerite #7A52BE

RGB

 RED value IS 122 (48.05% from 255) = 30.96%

 GREEN value IS 82 (32.42% from 255) = 20.81%

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 30.96%
G = 20.81%
B = 48.22%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A52BE (or 0x7A52BE) is known color: Blue Marguerite. HEX triplet: 7A, 52 and BE. RGB value is (122,82,190). Sum of RGB (Red+Green+Blue) = 122+82+190=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52BE is #85AD41. Grayscale: #696969. Windows color (decimal): -8760642 or 12472954. OLE color: 12472954.

HSL color Cylindrical-coordinate representation of color #7A52BE: hue angle of 262.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A52BE is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 82 190 -
CMYK 0.36 0.57 0 0.25
HSL 262.22º 0.45% 0.53% -
HSV(B) 262.22º 0.57% 0.75% -
XYZ 20.34 13.89 50.32 -
YUV 106.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 122 82 190 0.36 0.57 0 0.25 262.22 0.45 0.53
Hex 7A 52 BE 24 39 0 19 106 2D 35
Octal 172 122 276 44 71 0 31 406 55 65
Binary 1111010 1010010 10111110 100100 111001 0 11001 100000110 101101 110101

Color Harmonies of #7A52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A52BE

Black with #7A52BE

Text Example


Text Example

White with #7A52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A52BE; }

 p { color: rgb(122,82,190); }

 H1.HeaderClassName
 {
   color: #7A52BE;
 }
 .AnyTagClassName
 {
   color: #7A52BE;
 }
</style>

background-color css

<style>
 a { background-color: #7A52BE; }

 a { background-color: rgb(122,82,190); }

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

border-color css

<style>
 span { border-color: #7A52BE; }

 span { border-color: rgb(122,82,190); }

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