Html Css Color HEX #7338AB Royal Purple

📋 copy color: '#7338AB'

red 115 ◦ green 56 ◦ blue 171

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

Shades of Royal Purple #7338AB

Tints of Royal Purple #7338AB

RGB

 RED value IS 115 (45.31% from 255) = 33.63%

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

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

R = 33.63%
G = 16.37%
B = 50%

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

#7338AB (or 0x7338AB) is known color: Royal Purple. HEX triplet: 73, 38 and AB. RGB value is (115,56,171). Sum of RGB (Red+Green+Blue) = 115+56+171=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7338AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7338AB is #8CC754. Grayscale: #565656. Windows color (decimal): -9226069 or 11221107. OLE color: 11221107.

HSL color Cylindrical-coordinate representation of color #7338AB: hue angle of 270.78º 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 #7338AB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 56 171 -
CMYK 0.33 0.67 0 0.33
HSL 270.78º 0.51% 0.45% -
HSV(B) 270.78º 0.67% 0.67% -
XYZ 15.84 9.41 39.51 -
YUV 86.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 115 56 171 0.33 0.67 0 0.33 270.78 0.51 0.45
Hex 73 38 AB 21 43 0 21 10F 33 2D
Octal 163 70 253 41 103 0 41 417 63 55
Binary 1110011 111000 10101011 100001 1000011 0 100001 100001111 110011 101101

Color Harmonies of #7338AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7338AB

Black with #7338AB

Text Example


Text Example

White with #7338AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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