Html Css Color HEX #6940AF Royal Purple

📋 copy color: '#6940AF'

red 105 ◦ green 64 ◦ blue 175

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

Shades of Royal Purple #6940AF

Tints of Royal Purple #6940AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.87%

R = 30.52%
G = 18.6%
B = 50.87%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6940AF (or 0x6940AF) is known color: Royal Purple. HEX triplet: 69, 40 and AF. RGB value is (105,64,175). Sum of RGB (Red+Green+Blue) = 105+64+175=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #6940AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6940AF is #96BF50. Grayscale: #585858. Windows color (decimal): -9879377 or 11485289. OLE color: 11485289.

HSL color Cylindrical-coordinate representation of color #6940AF: hue angle of 262.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6940AF is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 64 175 -
CMYK 0.40 0.63 0 0.31
HSL 262.16º 0.46% 0.47% -
HSV(B) 262.16º 0.63% 0.69% -
XYZ 15.4 9.77 41.63 -
YUV 88.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 105 64 175 0.40 0.63 0 0.31 262.16 0.46 0.47
Hex 69 40 AF 28 3F 0 1F 106 2E 2F
Octal 151 100 257 50 77 0 37 406 56 57
Binary 1101001 1000000 10101111 101000 111111 0 11111 100000110 101110 101111

Color Harmonies of #6940AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940AF

Black with #6940AF

Text Example


Text Example

White with #6940AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6940AF; }

 p { color: rgb(105,64,175); }

 H1.HeaderClassName
 {
   color: #6940AF;
 }
 .AnyTagClassName
 {
   color: #6940AF;
 }
</style>

background-color css

<style>
 a { background-color: #6940AF; }

 a { background-color: rgb(105,64,175); }

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

border-color css

<style>
 span { border-color: #6940AF; }

 span { border-color: rgb(105,64,175); }

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