Html Css Color HEX #7435AA Royal Purple

📋 copy color: '#7435AA'

red 116 ◦ green 53 ◦ blue 170

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

Shades of Royal Purple #7435AA

Tints of Royal Purple #7435AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 34.22%
G = 15.63%
B = 50.15%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7435AA (or 0x7435AA) is known color: Royal Purple. HEX triplet: 74, 35 and AA. RGB value is (116,53,170). Sum of RGB (Red+Green+Blue) = 116+53+170=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #7435AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7435AA is #8BCA55. Grayscale: #545454. Windows color (decimal): -9161302 or 11154804. OLE color: 11154804.

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

Color convert

RGB 116 53 170 -
CMYK 0.32 0.69 0 0.33
HSL 272.31º 0.52% 0.44% -
HSV(B) 272.31º 0.69% 0.67% -
XYZ 15.73 9.16 38.97 -
YUV 85.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 116 53 170 0.32 0.69 0 0.33 272.31 0.52 0.44
Hex 74 35 AA 20 45 0 21 110 34 2C
Octal 164 65 252 40 105 0 41 420 64 54
Binary 1110100 110101 10101010 100000 1000101 0 100001 100010000 110100 101100

Color Harmonies of #7435AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435AA

Black with #7435AA

Text Example


Text Example

White with #7435AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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