Html Css Color HEX #69468E Royal Purple

📋 copy color: '#69468E'

red 105 ◦ green 70 ◦ blue 142

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

Shades of Royal Purple #69468E

Tints of Royal Purple #69468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 142 (55.86% from 255) = 44.79%

R = 33.12%
G = 22.08%
B = 44.79%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69468E (or 0x69468E) is known color: Royal Purple. HEX triplet: 69, 46 and 8E. RGB value is (105,70,142). Sum of RGB (Red+Green+Blue) = 105+70+142=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #69468E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69468E is #96B971. Grayscale: #585858. Windows color (decimal): -9877874 or 9324137. OLE color: 9324137.

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

Color convert

RGB 105 70 142 -
CMYK 0.26 0.51 0 0.44
HSL 269.17º 0.34% 0.42% -
HSV(B) 269.17º 0.51% 0.56% -
XYZ 12.9 9.34 26.71 -
YUV 88.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 105 70 142 0.26 0.51 0 0.44 269.17 0.34 0.42
Hex 69 46 8E 1A 33 0 2C 10D 22 2A
Octal 151 106 216 32 63 0 54 415 42 52
Binary 1101001 1000110 10001110 11010 110011 0 101100 100001101 100010 101010

Color Harmonies of #69468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69468E

Black with #69468E

Text Example


Text Example

White with #69468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,70,142); }

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

background-color css

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

 a { background-color: rgb(105,70,142); }

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

border-color css

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

 span { border-color: rgb(105,70,142); }

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