Html Css Color HEX #6742AE Royal Purple

📋 copy color: '#6742AE'

red 103 ◦ green 66 ◦ blue 174

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

Shades of Royal Purple #6742AE

Tints of Royal Purple #6742AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 30.03%
G = 19.24%
B = 50.73%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6742AE (or 0x6742AE) is known color: Royal Purple. HEX triplet: 67, 42 and AE. RGB value is (103,66,174). Sum of RGB (Red+Green+Blue) = 103+66+174=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #6742AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6742AE is #98BD51. Grayscale: #585858. Windows color (decimal): -10009938 or 11420263. OLE color: 11420263.

HSL color Cylindrical-coordinate representation of color #6742AE: hue angle of 260.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6742AE is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 66 174 -
CMYK 0.41 0.62 0 0.32
HSL 260.56º 0.45% 0.47% -
HSV(B) 260.56º 0.62% 0.68% -
XYZ 15.18 9.84 41.14 -
YUV 89.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 103 66 174 0.41 0.62 0 0.32 260.56 0.45 0.47
Hex 67 42 AE 29 3E 0 20 105 2D 2F
Octal 147 102 256 51 76 0 40 405 55 57
Binary 1100111 1000010 10101110 101001 111110 0 100000 100000101 101101 101111

Color Harmonies of #6742AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6742AE

Black with #6742AE

Text Example


Text Example

White with #6742AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6742AE; }

 p { color: rgb(103,66,174); }

 H1.HeaderClassName
 {
   color: #6742AE;
 }
 .AnyTagClassName
 {
   color: #6742AE;
 }
</style>

background-color css

<style>
 a { background-color: #6742AE; }

 a { background-color: rgb(103,66,174); }

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

border-color css

<style>
 span { border-color: #6742AE; }

 span { border-color: rgb(103,66,174); }

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