Html Css Color HEX #7238AB Royal Purple

📋 copy color: '#7238AB'

red 114 ◦ green 56 ◦ blue 171

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

Shades of Royal Purple #7238AB

Tints of Royal Purple #7238AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 33.43%
G = 16.42%
B = 50.15%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7238AB (or 0x7238AB) is known color: Royal Purple. HEX triplet: 72, 38 and AB. RGB value is (114,56,171). Sum of RGB (Red+Green+Blue) = 114+56+171=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #7238AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7238AB is #8DC754. Grayscale: #565656. Windows color (decimal): -9291605 or 11221106. OLE color: 11221106.

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

Color convert

RGB 114 56 171 -
CMYK 0.33 0.67 0 0.33
HSL 270.26º 0.51% 0.45% -
HSV(B) 270.26º 0.67% 0.67% -
XYZ 15.7 9.35 39.5 -
YUV 86.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 114 56 171 0.33 0.67 0 0.33 270.26 0.51 0.45
Hex 72 38 AB 21 43 0 21 10E 33 2D
Octal 162 70 253 41 103 0 41 416 63 55
Binary 1110010 111000 10101011 100001 1000011 0 100001 100001110 110011 101101

Color Harmonies of #7238AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7238AB

Black with #7238AB

Text Example


Text Example

White with #7238AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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