Html Css Color HEX #69479D Royal Purple

📋 copy color: '#69479D'

red 105 ◦ green 71 ◦ blue 157

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

Shades of Royal Purple #69479D

Tints of Royal Purple #69479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 31.53%
G = 21.32%
B = 47.15%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69479D (or 0x69479D) is known color: Royal Purple. HEX triplet: 69, 47 and 9D. RGB value is (105,71,157). Sum of RGB (Red+Green+Blue) = 105+71+157=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #69479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69479D is #96B862. Grayscale: #5A5A5A. Windows color (decimal): -9877603 or 10307433. OLE color: 10307433.

HSL color Cylindrical-coordinate representation of color #69479D: hue angle of 263.72º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69479D is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 71 157 -
CMYK 0.33 0.55 0 0.38
HSL 263.72º 0.38% 0.45% -
HSV(B) 263.72º 0.55% 0.62% -
XYZ 14.16 9.94 33.07 -
YUV 90.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 105 71 157 0.33 0.55 0 0.38 263.72 0.38 0.45
Hex 69 47 9D 21 37 0 26 108 26 2D
Octal 151 107 235 41 67 0 46 410 46 55
Binary 1101001 1000111 10011101 100001 110111 0 100110 100001000 100110 101101

Color Harmonies of #69479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69479D

Black with #69479D

Text Example


Text Example

White with #69479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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