Html Css Color HEX #691E9F Royal Purple

📋 copy color: '#691E9F'

red 105 ◦ green 30 ◦ blue 159

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

Shades of Royal Purple #691E9F

Tints of Royal Purple #691E9F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

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

R = 35.71%
G = 10.2%
B = 54.08%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#691E9F (or 0x691E9F) is known color: Royal Purple. HEX triplet: 69, 1E and 9F. RGB value is (105,30,159). Sum of RGB (Red+Green+Blue) = 105+30+159=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #691E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691E9F is #96E160. Grayscale: #424242. Windows color (decimal): -9888097 or 10428009. OLE color: 10428009.

HSL color Cylindrical-coordinate representation of color #691E9F: hue angle of 274.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691E9F is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 30 159 -
CMYK 0.34 0.81 0 0.38
HSL 274.88º 0.68% 0.37% -
HSV(B) 274.88º 0.81% 0.62% -
XYZ 12.55 6.44 33.38 -
YUV 67.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 105 30 159 0.34 0.81 0 0.38 274.88 0.68 0.37
Hex 69 1E 9F 22 51 0 26 113 44 25
Octal 151 36 237 42 121 0 46 423 104 45
Binary 1101001 11110 10011111 100010 1010001 0 100110 100010011 1000100 100101

Color Harmonies of #691E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E9F

Black with #691E9F

Text Example


Text Example

White with #691E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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