Html Css Color HEX #6740AA Royal Purple

📋 copy color: '#6740AA'

red 103 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #6740AA

Tints of Royal Purple #6740AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 30.56%
G = 18.99%
B = 50.45%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6740AA (or 0x6740AA) is known color: Royal Purple. HEX triplet: 67, 40 and AA. RGB value is (103,64,170). Sum of RGB (Red+Green+Blue) = 103+64+170=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #6740AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6740AA is #98BF55. Grayscale: #575757. Windows color (decimal): -10010454 or 11157607. OLE color: 11157607.

HSL color Cylindrical-coordinate representation of color #6740AA: hue angle of 262.08º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6740AA is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 64 170 -
CMYK 0.39 0.62 0 0.33
HSL 262.08º 0.45% 0.46% -
HSV(B) 262.08º 0.62% 0.67% -
XYZ 14.68 9.45 39.08 -
YUV 87.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 103 64 170 0.39 0.62 0 0.33 262.08 0.45 0.46
Hex 67 40 AA 27 3E 0 21 106 2D 2E
Octal 147 100 252 47 76 0 41 406 55 56
Binary 1100111 1000000 10101010 100111 111110 0 100001 100000110 101101 101110

Color Harmonies of #6740AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740AA

Black with #6740AA

Text Example


Text Example

White with #6740AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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