Html Css Color HEX #69389B Royal Purple

📋 copy color: '#69389B'

red 105 ◦ green 56 ◦ blue 155

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

Shades of Royal Purple #69389B

Tints of Royal Purple #69389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 33.23%
G = 17.72%
B = 49.05%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69389B (or 0x69389B) is known color: Royal Purple. HEX triplet: 69, 38 and 9B. RGB value is (105,56,155). Sum of RGB (Red+Green+Blue) = 105+56+155=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #69389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69389B is #96C764. Grayscale: #515151. Windows color (decimal): -9881445 or 10172521. OLE color: 10172521.

HSL color Cylindrical-coordinate representation of color #69389B: hue angle of 269.7º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69389B is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 56 155 -
CMYK 0.32 0.64 0 0.39
HSL 269.7º 0.47% 0.41% -
HSV(B) 269.7º 0.64% 0.61% -
XYZ 13.16 8.2 31.9 -
YUV 81.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 105 56 155 0.32 0.64 0 0.39 269.7 0.47 0.41
Hex 69 38 9B 20 40 0 27 10E 2F 29
Octal 151 70 233 40 100 0 47 416 57 51
Binary 1101001 111000 10011011 100000 1000000 0 100111 100001110 101111 101001

Color Harmonies of #69389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69389B

Black with #69389B

Text Example


Text Example

White with #69389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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