Html Css Color HEX #69479B Royal Purple

📋 copy color: '#69479B'

red 105 ◦ green 71 ◦ blue 155

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

Shades of Royal Purple #69479B

Tints of Royal Purple #69479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

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

R = 31.72%
G = 21.45%
B = 46.83%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69479B (or 0x69479B) is known color: Royal Purple. HEX triplet: 69, 47 and 9B. RGB value is (105,71,155). Sum of RGB (Red+Green+Blue) = 105+71+155=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #69479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69479B is #96B864. Grayscale: #5A5A5A. Windows color (decimal): -9877605 or 10176361. OLE color: 10176361.

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

Color convert

RGB 105 71 155 -
CMYK 0.32 0.54 0 0.39
HSL 264.29º 0.37% 0.44% -
HSV(B) 264.29º 0.54% 0.61% -
XYZ 14 9.88 32.18 -
YUV 90.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 105 71 155 0.32 0.54 0 0.39 264.29 0.37 0.44
Hex 69 47 9B 20 36 0 27 108 25 2C
Octal 151 107 233 40 66 0 47 410 45 54
Binary 1101001 1000111 10011011 100000 110110 0 100111 100001000 100101 101100

Color Harmonies of #69479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69479B

Black with #69479B

Text Example


Text Example

White with #69479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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