Html Css Color HEX #69319F Royal Purple

📋 copy color: '#69319F'

red 105 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #69319F

Tints of Royal Purple #69319F

RGB

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

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

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

R = 33.55%
G = 15.65%
B = 50.8%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69319F (or 0x69319F) is known color: Royal Purple. HEX triplet: 69, 31 and 9F. RGB value is (105,49,159). Sum of RGB (Red+Green+Blue) = 105+49+159=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #69319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69319F is #96CE60. Grayscale: #4D4D4D. Windows color (decimal): -9883233 or 10432873. OLE color: 10432873.

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

Color convert

RGB 105 49 159 -
CMYK 0.34 0.69 0 0.38
HSL 270.55º 0.53% 0.41% -
HSV(B) 270.55º 0.69% 0.62% -
XYZ 13.18 7.7 33.59 -
YUV 78.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 105 49 159 0.34 0.69 0 0.38 270.55 0.53 0.41
Hex 69 31 9F 22 45 0 26 10F 35 29
Octal 151 61 237 42 105 0 46 417 65 51
Binary 1101001 110001 10011111 100010 1000101 0 100110 100001111 110101 101001

Color Harmonies of #69319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69319F

Black with #69319F

Text Example


Text Example

White with #69319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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