Html Css Color HEX #69389F Royal Purple

📋 copy color: '#69389F'

red 105 ◦ green 56 ◦ blue 159

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

Shades of Royal Purple #69389F

Tints of Royal Purple #69389F

RGB

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

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

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

R = 32.81%
G = 17.5%
B = 49.69%

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

#69389F (or 0x69389F) is known color: Royal Purple. HEX triplet: 69, 38 and 9F. RGB value is (105,56,159). Sum of RGB (Red+Green+Blue) = 105+56+159=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #69389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69389F is #96C760. Grayscale: #525252. Windows color (decimal): -9881441 or 10434665. OLE color: 10434665.

HSL color Cylindrical-coordinate representation of color #69389F: hue angle of 268.54º 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 #69389F is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 56 159 -
CMYK 0.34 0.65 0 0.38
HSL 268.54º 0.48% 0.42% -
HSV(B) 268.54º 0.65% 0.62% -
XYZ 13.5 8.33 33.7 -
YUV 82.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 105 56 159 0.34 0.65 0 0.38 268.54 0.48 0.42
Hex 69 38 9F 22 41 0 26 10D 30 2A
Octal 151 70 237 42 101 0 46 415 60 52
Binary 1101001 111000 10011111 100010 1000001 0 100110 100001101 110000 101010

Color Harmonies of #69389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69389F

Black with #69389F

Text Example


Text Example

White with #69389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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