Html Css Color HEX #7435AD Royal Purple

📋 copy color: '#7435AD'

red 116 ◦ green 53 ◦ blue 173

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

Shades of Royal Purple #7435AD

Tints of Royal Purple #7435AD

RGB

 RED value IS 116 (45.7% from 255) = 33.92%

 GREEN value IS 53 (21.09% from 255) = 15.5%

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 33.92%
G = 15.5%
B = 50.58%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7435AD (or 0x7435AD) is known color: Royal Purple. HEX triplet: 74, 35 and AD. RGB value is (116,53,173). Sum of RGB (Red+Green+Blue) = 116+53+173=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #7435AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7435AD is #8BCA52. Grayscale: #555555. Windows color (decimal): -9161299 or 11351412. OLE color: 11351412.

HSL color Cylindrical-coordinate representation of color #7435AD: hue angle of 271.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7435AD is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 53 173 -
CMYK 0.33 0.69 0 0.32
HSL 271.5º 0.53% 0.44% -
HSV(B) 271.5º 0.69% 0.68% -
XYZ 16.02 9.28 40.48 -
YUV 85.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 116 53 173 0.33 0.69 0 0.32 271.5 0.53 0.44
Hex 74 35 AD 21 45 0 20 110 35 2C
Octal 164 65 255 41 105 0 40 420 65 54
Binary 1110100 110101 10101101 100001 1000101 0 100000 100010000 110101 101100

Color Harmonies of #7435AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435AD

Black with #7435AD

Text Example


Text Example

White with #7435AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7435AD; }

 p { color: rgb(116,53,173); }

 H1.HeaderClassName
 {
   color: #7435AD;
 }
 .AnyTagClassName
 {
   color: #7435AD;
 }
</style>

background-color css

<style>
 a { background-color: #7435AD; }

 a { background-color: rgb(116,53,173); }

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

border-color css

<style>
 span { border-color: #7435AD; }

 span { border-color: rgb(116,53,173); }

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