Html Css Color HEX #69199B Royal Purple

📋 copy color: '#69199B'

red 105 ◦ green 25 ◦ blue 155

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

Shades of Royal Purple #69199B

Tints of Royal Purple #69199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 36.84%
G = 8.77%
B = 54.39%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69199B (or 0x69199B) is known color: Royal Purple. HEX triplet: 69, 19 and 9B. RGB value is (105,25,155). Sum of RGB (Red+Green+Blue) = 105+25+155=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #69199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69199B is #96E664. Grayscale: #3F3F3F. Windows color (decimal): -9889381 or 10164585. OLE color: 10164585.

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

Color convert

RGB 105 25 155 -
CMYK 0.32 0.84 0 0.39
HSL 276.92º 0.72% 0.35% -
HSV(B) 276.92º 0.84% 0.61% -
XYZ 12.09 6.07 31.54 -
YUV 63.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 105 25 155 0.32 0.84 0 0.39 276.92 0.72 0.35
Hex 69 19 9B 20 54 0 27 115 48 23
Octal 151 31 233 40 124 0 47 425 110 43
Binary 1101001 11001 10011011 100000 1010100 0 100111 100010101 1001000 100011

Color Harmonies of #69199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69199B

Black with #69199B

Text Example


Text Example

White with #69199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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