Html Css Color HEX #6947AB Royal Purple

📋 copy color: '#6947AB'

red 105 ◦ green 71 ◦ blue 171

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

Shades of Royal Purple #6947AB

Tints of Royal Purple #6947AB

RGB

 RED value IS 105 (41.41% from 255) = 30.26%

 GREEN value IS 71 (28.13% from 255) = 20.46%

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

R = 30.26%
G = 20.46%
B = 49.28%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6947AB (or 0x6947AB) is known color: Royal Purple. HEX triplet: 69, 47 and AB. RGB value is (105,71,171). Sum of RGB (Red+Green+Blue) = 105+71+171=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #6947AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6947AB is #96B854. Grayscale: #5C5C5C. Windows color (decimal): -9877589 or 11224937. OLE color: 11224937.

HSL color Cylindrical-coordinate representation of color #6947AB: hue angle of 260.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6947AB is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 71 171 -
CMYK 0.39 0.58 0 0.33
HSL 260.4º 0.41% 0.47% -
HSV(B) 260.4º 0.58% 0.67% -
XYZ 15.43 10.45 39.73 -
YUV 92.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 105 71 171 0.39 0.58 0 0.33 260.4 0.41 0.47
Hex 69 47 AB 27 3A 0 21 104 29 2F
Octal 151 107 253 47 72 0 41 404 51 57
Binary 1101001 1000111 10101011 100111 111010 0 100001 100000100 101001 101111

Color Harmonies of #6947AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6947AB

Black with #6947AB

Text Example


Text Example

White with #6947AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,71,171); }

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

background-color css

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

 a { background-color: rgb(105,71,171); }

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

border-color css

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

 span { border-color: rgb(105,71,171); }

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