Html Css Color HEX #69459B Royal Purple

📋 copy color: '#69459B'

red 105 ◦ green 69 ◦ blue 155

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

Shades of Royal Purple #69459B

Tints of Royal Purple #69459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 31.91%
G = 20.97%
B = 47.11%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69459B (or 0x69459B) is known color: Royal Purple. HEX triplet: 69, 45 and 9B. RGB value is (105,69,155). Sum of RGB (Red+Green+Blue) = 105+69+155=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #69459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69459B is #96BA64. Grayscale: #595959. Windows color (decimal): -9878117 or 10175849. OLE color: 10175849.

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

Color convert

RGB 105 69 155 -
CMYK 0.32 0.55 0 0.39
HSL 265.12º 0.38% 0.44% -
HSV(B) 265.12º 0.55% 0.61% -
XYZ 13.87 9.63 32.14 -
YUV 89.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 105 69 155 0.32 0.55 0 0.39 265.12 0.38 0.44
Hex 69 45 9B 20 37 0 27 109 26 2C
Octal 151 105 233 40 67 0 47 411 46 54
Binary 1101001 1000101 10011011 100000 110111 0 100111 100001001 100110 101100

Color Harmonies of #69459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69459B

Black with #69459B

Text Example


Text Example

White with #69459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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