Html Css Color HEX #6735AA Royal Purple

📋 copy color: '#6735AA'

red 103 ◦ green 53 ◦ blue 170

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

Shades of Royal Purple #6735AA

Tints of Royal Purple #6735AA

RGB

 RED value IS 103 (40.63% from 255) = 31.6%

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

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

R = 31.6%
G = 16.26%
B = 52.15%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6735AA (or 0x6735AA) is known color: Royal Purple. HEX triplet: 67, 35 and AA. RGB value is (103,53,170). Sum of RGB (Red+Green+Blue) = 103+53+170=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #6735AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6735AA is #98CA55. Grayscale: #505050. Windows color (decimal): -10013270 or 11154791. OLE color: 11154791.

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

Color convert

RGB 103 53 170 -
CMYK 0.39 0.69 0 0.33
HSL 265.64º 0.52% 0.44% -
HSV(B) 265.64º 0.69% 0.67% -
XYZ 14.12 8.33 38.89 -
YUV 81.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 103 53 170 0.39 0.69 0 0.33 265.64 0.52 0.44
Hex 67 35 AA 27 45 0 21 10A 34 2C
Octal 147 65 252 47 105 0 41 412 64 54
Binary 1100111 110101 10101010 100111 1000101 0 100001 100001010 110100 101100

Color Harmonies of #6735AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6735AA

Black with #6735AA

Text Example


Text Example

White with #6735AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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