Html Css Color HEX #6035AA Royal Purple

📋 copy color: '#6035AA'

red 96 ◦ green 53 ◦ blue 170

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

Shades of Royal Purple #6035AA

Tints of Royal Purple #6035AA

RGB

 RED value IS 96 (37.89% from 255) = 30.09%

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

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

R = 30.09%
G = 16.61%
B = 53.29%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6035AA (or 0x6035AA) is known color: Royal Purple. HEX triplet: 60, 35 and AA. RGB value is (96,53,170). Sum of RGB (Red+Green+Blue) = 96+53+170=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #6035AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6035AA is #9FCA55. Grayscale: #4E4E4E. Windows color (decimal): -10472022 or 11154784. OLE color: 11154784.

HSL color Cylindrical-coordinate representation of color #6035AA: hue angle of 262.05º 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 #6035AA is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 53 170 -
CMYK 0.44 0.69 0 0.33
HSL 262.05º 0.52% 0.44% -
HSV(B) 262.05º 0.69% 0.67% -
XYZ 13.35 7.94 38.86 -
YUV 79.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 96 53 170 0.44 0.69 0 0.33 262.05 0.52 0.44
Hex 60 35 AA 2C 45 0 21 106 34 2C
Octal 140 65 252 54 105 0 41 406 64 54
Binary 1100000 110101 10101010 101100 1000101 0 100001 100000110 110100 101100

Color Harmonies of #6035AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6035AA

Black with #6035AA

Text Example


Text Example

White with #6035AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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