Html Css Color HEX #7237B2 Royal Purple

📋 copy color: '#7237B2'

red 114 ◦ green 55 ◦ blue 178

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

Shades of Royal Purple #7237B2

Tints of Royal Purple #7237B2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 32.85%
G = 15.85%
B = 51.3%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7237B2 (or 0x7237B2) is known color: Royal Purple. HEX triplet: 72, 37 and B2. RGB value is (114,55,178). Sum of RGB (Red+Green+Blue) = 114+55+178=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #7237B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7237B2 is #8DC84D. Grayscale: #565656. Windows color (decimal): -9291854 or 11679602. OLE color: 11679602.

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

Color convert

RGB 114 55 178 -
CMYK 0.36 0.69 0 0.30
HSL 268.78º 0.53% 0.46% -
HSV(B) 268.78º 0.69% 0.7% -
XYZ 16.34 9.52 43.1 -
YUV 86.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 114 55 178 0.36 0.69 0 0.30 268.78 0.53 0.46
Hex 72 37 B2 24 45 0 1E 10D 35 2E
Octal 162 67 262 44 105 0 36 415 65 56
Binary 1110010 110111 10110010 100100 1000101 0 11110 100001101 110101 101110

Color Harmonies of #7237B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7237B2

Black with #7237B2

Text Example


Text Example

White with #7237B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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