Html Css Color HEX #7238AE Royal Purple

📋 copy color: '#7238AE'

red 114 ◦ green 56 ◦ blue 174

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

Shades of Royal Purple #7238AE

Tints of Royal Purple #7238AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.28%

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 33.14%
G = 16.28%
B = 50.58%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7238AE (or 0x7238AE) is known color: Royal Purple. HEX triplet: 72, 38 and AE. RGB value is (114,56,174). Sum of RGB (Red+Green+Blue) = 114+56+174=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #7238AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7238AE is #8DC751. Grayscale: #565656. Windows color (decimal): -9291602 or 11417714. OLE color: 11417714.

HSL color Cylindrical-coordinate representation of color #7238AE: hue angle of 269.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7238AE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 56 174 -
CMYK 0.34 0.68 0 0.32
HSL 269.49º 0.51% 0.45% -
HSV(B) 269.49º 0.68% 0.68% -
XYZ 15.99 9.46 41.03 -
YUV 86.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 114 56 174 0.34 0.68 0 0.32 269.49 0.51 0.45
Hex 72 38 AE 22 44 0 20 10D 33 2D
Octal 162 70 256 42 104 0 40 415 63 55
Binary 1110010 111000 10101110 100010 1000100 0 100000 100001101 110011 101101

Color Harmonies of #7238AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7238AE

Black with #7238AE

Text Example


Text Example

White with #7238AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7238AE; }

 p { color: rgb(114,56,174); }

 H1.HeaderClassName
 {
   color: #7238AE;
 }
 .AnyTagClassName
 {
   color: #7238AE;
 }
</style>

background-color css

<style>
 a { background-color: #7238AE; }

 a { background-color: rgb(114,56,174); }

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

border-color css

<style>
 span { border-color: #7238AE; }

 span { border-color: rgb(114,56,174); }

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