Html Css Color HEX #7238A4 Royal Purple

📋 copy color: '#7238A4'

red 114 ◦ green 56 ◦ blue 164

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

Shades of Royal Purple #7238A4

Tints of Royal Purple #7238A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 49.1%

R = 34.13%
G = 16.77%
B = 49.1%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7238A4 (or 0x7238A4) is known color: Royal Purple. HEX triplet: 72, 38 and A4. RGB value is (114,56,164). Sum of RGB (Red+Green+Blue) = 114+56+164=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #7238A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7238A4 is #8DC75B. Grayscale: #555555. Windows color (decimal): -9291612 or 10762354. OLE color: 10762354.

HSL color Cylindrical-coordinate representation of color #7238A4: hue angle of 272.22º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7238A4 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 56 164 -
CMYK 0.30 0.66 0 0.36
HSL 272.22º 0.49% 0.43% -
HSV(B) 272.22º 0.66% 0.64% -
XYZ 15.05 9.09 36.08 -
YUV 85.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 114 56 164 0.30 0.66 0 0.36 272.22 0.49 0.43
Hex 72 38 A4 1E 42 0 24 110 31 2B
Octal 162 70 244 36 102 0 44 420 61 53
Binary 1110010 111000 10100100 11110 1000010 0 100100 100010000 110001 101011

Color Harmonies of #7238A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7238A4

Black with #7238A4

Text Example


Text Example

White with #7238A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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