Html Css Color HEX #69449E Royal Purple

📋 copy color: '#69449E'

red 105 ◦ green 68 ◦ blue 158

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

Shades of Royal Purple #69449E

Tints of Royal Purple #69449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 31.72%
G = 20.54%
B = 47.73%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69449E (or 0x69449E) is known color: Royal Purple. HEX triplet: 69, 44 and 9E. RGB value is (105,68,158). Sum of RGB (Red+Green+Blue) = 105+68+158=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #69449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69449E is #96BB61. Grayscale: #595959. Windows color (decimal): -9878370 or 10372201. OLE color: 10372201.

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

Color convert

RGB 105 68 158 -
CMYK 0.34 0.57 0 0.38
HSL 264.67º 0.4% 0.44% -
HSV(B) 264.67º 0.57% 0.62% -
XYZ 14.06 9.61 33.46 -
YUV 89.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 105 68 158 0.34 0.57 0 0.38 264.67 0.4 0.44
Hex 69 44 9E 22 39 0 26 109 28 2C
Octal 151 104 236 42 71 0 46 411 50 54
Binary 1101001 1000100 10011110 100010 111001 0 100110 100001001 101000 101100

Color Harmonies of #69449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69449E

Black with #69449E

Text Example


Text Example

White with #69449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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