Html Css Color HEX #6940B2 Royal Purple

📋 copy color: '#6940B2'

red 105 ◦ green 64 ◦ blue 178

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

Shades of Royal Purple #6940B2

Tints of Royal Purple #6940B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 51.3%

R = 30.26%
G = 18.44%
B = 51.3%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6940B2 (or 0x6940B2) is known color: Royal Purple. HEX triplet: 69, 40 and B2. RGB value is (105,64,178). Sum of RGB (Red+Green+Blue) = 105+64+178=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #6940B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6940B2 is #96BF4D. Grayscale: #585858. Windows color (decimal): -9879374 or 11681897. OLE color: 11681897.

HSL color Cylindrical-coordinate representation of color #6940B2: hue angle of 261.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6940B2 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 64 178 -
CMYK 0.41 0.64 0 0.30
HSL 261.58º 0.47% 0.47% -
HSV(B) 261.58º 0.64% 0.7% -
XYZ 15.69 9.88 43.2 -
YUV 89.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 105 64 178 0.41 0.64 0 0.30 261.58 0.47 0.47
Hex 69 40 B2 29 40 0 1E 106 2F 2F
Octal 151 100 262 51 100 0 36 406 57 57
Binary 1101001 1000000 10110010 101001 1000000 0 11110 100000110 101111 101111

Color Harmonies of #6940B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940B2

Black with #6940B2

Text Example


Text Example

White with #6940B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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