Html Css Color HEX #6742AD Royal Purple

📋 copy color: '#6742AD'

red 103 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #6742AD

Tints of Royal Purple #6742AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 30.12%
G = 19.3%
B = 50.58%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6742AD (or 0x6742AD) is known color: Royal Purple. HEX triplet: 67, 42 and AD. RGB value is (103,66,173). Sum of RGB (Red+Green+Blue) = 103+66+173=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #6742AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6742AD is #98BD52. Grayscale: #585858. Windows color (decimal): -10009939 or 11354727. OLE color: 11354727.

HSL color Cylindrical-coordinate representation of color #6742AD: hue angle of 260.75º 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 #6742AD is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 66 173 -
CMYK 0.40 0.62 0 0.32
HSL 260.75º 0.45% 0.47% -
HSV(B) 260.75º 0.62% 0.68% -
XYZ 15.08 9.8 40.63 -
YUV 89.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 103 66 173 0.40 0.62 0 0.32 260.75 0.45 0.47
Hex 67 42 AD 28 3E 0 20 105 2D 2F
Octal 147 102 255 50 76 0 40 405 55 57
Binary 1100111 1000010 10101101 101000 111110 0 100000 100000101 101101 101111

Color Harmonies of #6742AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6742AD

Black with #6742AD

Text Example


Text Example

White with #6742AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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