Html Css Color HEX #7240B5 Royal Purple

📋 copy color: '#7240B5'

red 114 ◦ green 64 ◦ blue 181

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

Shades of Royal Purple #7240B5

Tints of Royal Purple #7240B5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

 BLUE value IS 181 (71.09% from 255) = 50.42%

R = 31.75%
G = 17.83%
B = 50.42%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7240B5 (or 0x7240B5) is known color: Royal Purple. HEX triplet: 72, 40 and B5. RGB value is (114,64,181). Sum of RGB (Red+Green+Blue) = 114+64+181=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #7240B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7240B5 is #8DBF4A. Grayscale: #5B5B5B. Windows color (decimal): -9289547 or 11878514. OLE color: 11878514.

HSL color Cylindrical-coordinate representation of color #7240B5: hue angle of 265.64º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7240B5 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 64 181 -
CMYK 0.37 0.65 0 0.29
HSL 265.64º 0.48% 0.48% -
HSV(B) 265.64º 0.65% 0.71% -
XYZ 17.11 10.58 44.86 -
YUV 92.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 114 64 181 0.37 0.65 0 0.29 265.64 0.48 0.48
Hex 72 40 B5 25 41 0 1D 10A 30 30
Octal 162 100 265 45 101 0 35 412 60 60
Binary 1110010 1000000 10110101 100101 1000001 0 11101 100001010 110000 110000

Color Harmonies of #7240B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7240B5

Black with #7240B5

Text Example


Text Example

White with #7240B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7240B5; }

 p { color: rgb(114,64,181); }

 H1.HeaderClassName
 {
   color: #7240B5;
 }
 .AnyTagClassName
 {
   color: #7240B5;
 }
</style>

background-color css

<style>
 a { background-color: #7240B5; }

 a { background-color: rgb(114,64,181); }

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

border-color css

<style>
 span { border-color: #7240B5; }

 span { border-color: rgb(114,64,181); }

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