Html Css Color HEX #7339AF Royal Purple

📋 copy color: '#7339AF'

red 115 ◦ green 57 ◦ blue 175

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

Shades of Royal Purple #7339AF

Tints of Royal Purple #7339AF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.43%

 BLUE value IS 175 (68.75% from 255) = 50.43%

R = 33.14%
G = 16.43%
B = 50.43%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7339AF (or 0x7339AF) is known color: Royal Purple. HEX triplet: 73, 39 and AF. RGB value is (115,57,175). Sum of RGB (Red+Green+Blue) = 115+57+175=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #7339AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7339AF is #8CC650. Grayscale: #575757. Windows color (decimal): -9225809 or 11483507. OLE color: 11483507.

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

Color convert

RGB 115 57 175 -
CMYK 0.34 0.67 0 0.31
HSL 269.49º 0.51% 0.45% -
HSV(B) 269.49º 0.67% 0.69% -
XYZ 16.27 9.67 41.57 -
YUV 87.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 115 57 175 0.34 0.67 0 0.31 269.49 0.51 0.45
Hex 73 39 AF 22 43 0 1F 10D 33 2D
Octal 163 71 257 42 103 0 37 415 63 55
Binary 1110011 111001 10101111 100010 1000011 0 11111 100001101 110011 101101

Color Harmonies of #7339AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7339AF

Black with #7339AF

Text Example


Text Example

White with #7339AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7339AF; }

 p { color: rgb(115,57,175); }

 H1.HeaderClassName
 {
   color: #7339AF;
 }
 .AnyTagClassName
 {
   color: #7339AF;
 }
</style>

background-color css

<style>
 a { background-color: #7339AF; }

 a { background-color: rgb(115,57,175); }

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

border-color css

<style>
 span { border-color: #7339AF; }

 span { border-color: rgb(115,57,175); }

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