Html Css Color HEX #69409E Royal Purple

📋 copy color: '#69409E'

red 105 ◦ green 64 ◦ blue 158

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

Shades of Royal Purple #69409E

Tints of Royal Purple #69409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 32.11%
G = 19.57%
B = 48.32%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69409E (or 0x69409E) is known color: Royal Purple. HEX triplet: 69, 40 and 9E. RGB value is (105,64,158). Sum of RGB (Red+Green+Blue) = 105+64+158=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #69409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69409E is #96BF61. Grayscale: #565656. Windows color (decimal): -9879394 or 10371177. OLE color: 10371177.

HSL color Cylindrical-coordinate representation of color #69409E: hue angle of 266.17º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69409E is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 64 158 -
CMYK 0.34 0.59 0 0.38
HSL 266.17º 0.42% 0.44% -
HSV(B) 266.17º 0.59% 0.62% -
XYZ 13.83 9.14 33.38 -
YUV 86.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 105 64 158 0.34 0.59 0 0.38 266.17 0.42 0.44
Hex 69 40 9E 22 3B 0 26 10A 2A 2C
Octal 151 100 236 42 73 0 46 412 52 54
Binary 1101001 1000000 10011110 100010 111011 0 100110 100001010 101010 101100

Color Harmonies of #69409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69409E

Black with #69409E

Text Example


Text Example

White with #69409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69409E; }

 p { color: rgb(105,64,158); }

 H1.HeaderClassName
 {
   color: #69409E;
 }
 .AnyTagClassName
 {
   color: #69409E;
 }
</style>

background-color css

<style>
 a { background-color: #69409E; }

 a { background-color: rgb(105,64,158); }

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

border-color css

<style>
 span { border-color: #69409E; }

 span { border-color: rgb(105,64,158); }

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