Html Css Color HEX #6941AC Royal Purple

📋 copy color: '#6941AC'

red 105 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #6941AC

Tints of Royal Purple #6941AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 30.7%
G = 19.01%
B = 50.29%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6941AC (or 0x6941AC) is known color: Royal Purple. HEX triplet: 69, 41 and AC. RGB value is (105,65,172). Sum of RGB (Red+Green+Blue) = 105+65+172=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #6941AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6941AC is #96BE53. Grayscale: #585858. Windows color (decimal): -9879124 or 11288937. OLE color: 11288937.

HSL color Cylindrical-coordinate representation of color #6941AC: hue angle of 262.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6941AC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 65 172 -
CMYK 0.39 0.62 0 0.33
HSL 262.43º 0.45% 0.46% -
HSV(B) 262.43º 0.62% 0.67% -
XYZ 15.16 9.76 40.11 -
YUV 89.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 105 65 172 0.39 0.62 0 0.33 262.43 0.45 0.46
Hex 69 41 AC 27 3E 0 21 106 2D 2E
Octal 151 101 254 47 76 0 41 406 55 56
Binary 1101001 1000001 10101100 100111 111110 0 100001 100000110 101101 101110

Color Harmonies of #6941AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6941AC

Black with #6941AC

Text Example


Text Example

White with #6941AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6941AC; }

 p { color: rgb(105,65,172); }

 H1.HeaderClassName
 {
   color: #6941AC;
 }
 .AnyTagClassName
 {
   color: #6941AC;
 }
</style>

background-color css

<style>
 a { background-color: #6941AC; }

 a { background-color: rgb(105,65,172); }

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

border-color css

<style>
 span { border-color: #6941AC; }

 span { border-color: rgb(105,65,172); }

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