Html Css Color HEX #6740AC Royal Purple

📋 copy color: '#6740AC'

red 103 ◦ green 64 ◦ blue 172

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

Shades of Royal Purple #6740AC

Tints of Royal Purple #6740AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 30.38%
G = 18.88%
B = 50.74%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6740AC (or 0x6740AC) is known color: Royal Purple. HEX triplet: 67, 40 and AC. RGB value is (103,64,172). Sum of RGB (Red+Green+Blue) = 103+64+172=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #6740AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6740AC is #98BF53. Grayscale: #575757. Windows color (decimal): -10010452 or 11288679. OLE color: 11288679.

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

Color convert

RGB 103 64 172 -
CMYK 0.40 0.63 0 0.33
HSL 261.67º 0.46% 0.46% -
HSV(B) 261.67º 0.63% 0.67% -
XYZ 14.87 9.53 40.09 -
YUV 87.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 103 64 172 0.40 0.63 0 0.33 261.67 0.46 0.46
Hex 67 40 AC 28 3F 0 21 106 2E 2E
Octal 147 100 254 50 77 0 41 406 56 56
Binary 1100111 1000000 10101100 101000 111111 0 100001 100000110 101110 101110

Color Harmonies of #6740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740AC

Black with #6740AC

Text Example


Text Example

White with #6740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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