Html Css Color HEX #691DA0 Royal Purple

📋 copy color: '#691DA0'

red 105 ◦ green 29 ◦ blue 160

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

Shades of Royal Purple #691DA0

Tints of Royal Purple #691DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

 BLUE value IS 160 (62.89% from 255) = 54.42%

R = 35.71%
G = 9.86%
B = 54.42%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#691DA0 (or 0x691DA0) is known color: Royal Purple. HEX triplet: 69, 1D and A0. RGB value is (105,29,160). Sum of RGB (Red+Green+Blue) = 105+29+160=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #691DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691DA0 is #96E25F. Grayscale: #424242. Windows color (decimal): -9888352 or 10493289. OLE color: 10493289.

HSL color Cylindrical-coordinate representation of color #691DA0: hue angle of 274.81º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691DA0 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 105 29 160 -
CMYK 0.34 0.82 0 0.37
HSL 274.81º 0.69% 0.37% -
HSV(B) 274.81º 0.82% 0.63% -
XYZ 12.61 6.42 33.83 -
YUV 66.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 105 29 160 0.34 0.82 0 0.37 274.81 0.69 0.37
Hex 69 1D A0 22 52 0 25 113 45 25
Octal 151 35 240 42 122 0 45 423 105 45
Binary 1101001 11101 10100000 100010 1010010 0 100101 100010011 1000101 100101

Color Harmonies of #691DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691DA0

Black with #691DA0

Text Example


Text Example

White with #691DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691DA0; }

 p { color: rgb(105,29,160); }

 H1.HeaderClassName
 {
   color: #691DA0;
 }
 .AnyTagClassName
 {
   color: #691DA0;
 }
</style>

background-color css

<style>
 a { background-color: #691DA0; }

 a { background-color: rgb(105,29,160); }

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

border-color css

<style>
 span { border-color: #691DA0; }

 span { border-color: rgb(105,29,160); }

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