Html Css Color HEX #69199A Royal Purple

📋 copy color: '#69199A'

red 105 ◦ green 25 ◦ blue 154

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

Shades of Royal Purple #69199A

Tints of Royal Purple #69199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.23%

R = 36.97%
G = 8.8%
B = 54.23%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69199A (or 0x69199A) is known color: Royal Purple. HEX triplet: 69, 19 and 9A. RGB value is (105,25,154). Sum of RGB (Red+Green+Blue) = 105+25+154=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #69199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69199A is #96E665. Grayscale: #3F3F3F. Windows color (decimal): -9889382 or 10099049. OLE color: 10099049.

HSL color Cylindrical-coordinate representation of color #69199A: hue angle of 277.21º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69199A is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 25 154 -
CMYK 0.32 0.84 0 0.40
HSL 277.21º 0.72% 0.35% -
HSV(B) 277.21º 0.84% 0.6% -
XYZ 12.01 6.03 31.1 -
YUV 63.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 105 25 154 0.32 0.84 0 0.40 277.21 0.72 0.35
Hex 69 19 9A 20 54 0 28 115 48 23
Octal 151 31 232 40 124 0 50 425 110 43
Binary 1101001 11001 10011010 100000 1010100 0 101000 100010101 1001000 100011

Color Harmonies of #69199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69199A

Black with #69199A

Text Example


Text Example

White with #69199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69199A; }

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

 H1.HeaderClassName
 {
   color: #69199A;
 }
 .AnyTagClassName
 {
   color: #69199A;
 }
</style>

background-color css

<style>
 a { background-color: #69199A; }

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

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

border-color css

<style>
 span { border-color: #69199A; }

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

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