Html Css Color HEX #69479F Royal Purple

📋 copy color: '#69479F'

red 105 ◦ green 71 ◦ blue 159

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

Shades of Royal Purple #69479F

Tints of Royal Purple #69479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 31.34%
G = 21.19%
B = 47.46%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69479F (or 0x69479F) is known color: Royal Purple. HEX triplet: 69, 47 and 9F. RGB value is (105,71,159). Sum of RGB (Red+Green+Blue) = 105+71+159=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #69479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69479F is #96B860. Grayscale: #5A5A5A. Windows color (decimal): -9877601 or 10438505. OLE color: 10438505.

HSL color Cylindrical-coordinate representation of color #69479F: hue angle of 263.18º 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 #69479F is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 71 159 -
CMYK 0.34 0.55 0 0.38
HSL 263.18º 0.38% 0.45% -
HSV(B) 263.18º 0.55% 0.62% -
XYZ 14.34 10.01 33.98 -
YUV 91.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 105 71 159 0.34 0.55 0 0.38 263.18 0.38 0.45
Hex 69 47 9F 22 37 0 26 107 26 2D
Octal 151 107 237 42 67 0 46 407 46 55
Binary 1101001 1000111 10011111 100010 110111 0 100110 100000111 100110 101101

Color Harmonies of #69479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69479F

Black with #69479F

Text Example


Text Example

White with #69479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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