Html Css Color HEX #69389E Royal Purple

📋 copy color: '#69389E'

red 105 ◦ green 56 ◦ blue 158

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

Shades of Royal Purple #69389E

Tints of Royal Purple #69389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 32.92%
G = 17.55%
B = 49.53%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69389E (or 0x69389E) is known color: Royal Purple. HEX triplet: 69, 38 and 9E. RGB value is (105,56,158). Sum of RGB (Red+Green+Blue) = 105+56+158=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #69389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69389E is #96C761. Grayscale: #515151. Windows color (decimal): -9881442 or 10369129. OLE color: 10369129.

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

Color convert

RGB 105 56 158 -
CMYK 0.34 0.65 0 0.38
HSL 268.82º 0.48% 0.42% -
HSV(B) 268.82º 0.65% 0.62% -
XYZ 13.41 8.3 33.24 -
YUV 82.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 105 56 158 0.34 0.65 0 0.38 268.82 0.48 0.42
Hex 69 38 9E 22 41 0 26 10D 30 2A
Octal 151 70 236 42 101 0 46 415 60 52
Binary 1101001 111000 10011110 100010 1000001 0 100110 100001101 110000 101010

Color Harmonies of #69389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69389E

Black with #69389E

Text Example


Text Example

White with #69389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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