Html Css Color HEX #69319D Royal Purple

📋 copy color: '#69319D'

red 105 ◦ green 49 ◦ blue 157

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

Shades of Royal Purple #69319D

Tints of Royal Purple #69319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 33.76%
G = 15.76%
B = 50.48%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69319D (or 0x69319D) is known color: Royal Purple. HEX triplet: 69, 31 and 9D. RGB value is (105,49,157). Sum of RGB (Red+Green+Blue) = 105+49+157=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #69319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69319D is #96CE62. Grayscale: #4D4D4D. Windows color (decimal): -9883235 or 10301801. OLE color: 10301801.

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

Color convert

RGB 105 49 157 -
CMYK 0.33 0.69 0 0.38
HSL 271.11º 0.52% 0.4% -
HSV(B) 271.11º 0.69% 0.62% -
XYZ 13.01 7.63 32.69 -
YUV 78.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 105 49 157 0.33 0.69 0 0.38 271.11 0.52 0.4
Hex 69 31 9D 21 45 0 26 10F 34 28
Octal 151 61 235 41 105 0 46 417 64 50
Binary 1101001 110001 10011101 100001 1000101 0 100110 100001111 110100 101000

Color Harmonies of #69319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69319D

Black with #69319D

Text Example


Text Example

White with #69319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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