Html Css Color HEX #6919A2 Royal Purple

📋 copy color: '#6919A2'

red 105 ◦ green 25 ◦ blue 162

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

Shades of Royal Purple #6919A2

Tints of Royal Purple #6919A2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 162 (63.67% from 255) = 55.48%

R = 35.96%
G = 8.56%
B = 55.48%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6919A2 (or 0x6919A2) is known color: Royal Purple. HEX triplet: 69, 19 and A2. RGB value is (105,25,162). Sum of RGB (Red+Green+Blue) = 105+25+162=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 162 (63.67% from 255 or 55.48% from 292); Max value from RGB is 162 - color contains mainly: blue. Hex color #6919A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6919A2 is #96E65D. Grayscale: #404040. Windows color (decimal): -9889374 or 10623337. OLE color: 10623337.

HSL color Cylindrical-coordinate representation of color #6919A2: hue angle of 275.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6919A2 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 25 162 -
CMYK 0.35 0.85 0 0.36
HSL 275.04º 0.73% 0.37% -
HSV(B) 275.04º 0.85% 0.64% -
XYZ 12.69 6.31 34.73 -
YUV 64.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 105 25 162 0.35 0.85 0 0.36 275.04 0.73 0.37
Hex 69 19 A2 23 55 0 24 113 49 25
Octal 151 31 242 43 125 0 44 423 111 45
Binary 1101001 11001 10100010 100011 1010101 0 100100 100010011 1001001 100101

Color Harmonies of #6919A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6919A2

Black with #6919A2

Text Example


Text Example

White with #6919A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6919A2; }

 p { color: rgb(105,25,162); }

 H1.HeaderClassName
 {
   color: #6919A2;
 }
 .AnyTagClassName
 {
   color: #6919A2;
 }
</style>

background-color css

<style>
 a { background-color: #6919A2; }

 a { background-color: rgb(105,25,162); }

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

border-color css

<style>
 span { border-color: #6919A2; }

 span { border-color: rgb(105,25,162); }

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