Html Css Color HEX #6742AB Royal Purple

📋 copy color: '#6742AB'

red 103 ◦ green 66 ◦ blue 171

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

Shades of Royal Purple #6742AB

Tints of Royal Purple #6742AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 30.29%
G = 19.41%
B = 50.29%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6742AB (or 0x6742AB) is known color: Royal Purple. HEX triplet: 67, 42 and AB. RGB value is (103,66,171). Sum of RGB (Red+Green+Blue) = 103+66+171=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6742AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6742AB is #98BD54. Grayscale: #585858. Windows color (decimal): -10009941 or 11223655. OLE color: 11223655.

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

Color convert

RGB 103 66 171 -
CMYK 0.40 0.61 0 0.33
HSL 261.14º 0.44% 0.46% -
HSV(B) 261.14º 0.61% 0.67% -
XYZ 14.89 9.72 39.62 -
YUV 89.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 103 66 171 0.40 0.61 0 0.33 261.14 0.44 0.46
Hex 67 42 AB 28 3D 0 21 105 2C 2E
Octal 147 102 253 50 75 0 41 405 54 56
Binary 1100111 1000010 10101011 101000 111101 0 100001 100000101 101100 101110

Color Harmonies of #6742AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6742AB

Black with #6742AB

Text Example


Text Example

White with #6742AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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