Html Css Color HEX #69289B Royal Purple

📋 copy color: '#69289B'

red 105 ◦ green 40 ◦ blue 155

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

Shades of Royal Purple #69289B

Tints of Royal Purple #69289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 35%
G = 13.33%
B = 51.67%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69289B (or 0x69289B) is known color: Royal Purple. HEX triplet: 69, 28 and 9B. RGB value is (105,40,155). Sum of RGB (Red+Green+Blue) = 105+40+155=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #69289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69289B is #96D764. Grayscale: #484848. Windows color (decimal): -9885541 or 10168425. OLE color: 10168425.

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

Color convert

RGB 105 40 155 -
CMYK 0.32 0.74 0 0.39
HSL 273.91º 0.59% 0.38% -
HSV(B) 273.91º 0.74% 0.61% -
XYZ 12.5 6.89 31.68 -
YUV 72.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 105 40 155 0.32 0.74 0 0.39 273.91 0.59 0.38
Hex 69 28 9B 20 4A 0 27 112 3B 26
Octal 151 50 233 40 112 0 47 422 73 46
Binary 1101001 101000 10011011 100000 1001010 0 100111 100010010 111011 100110

Color Harmonies of #69289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69289B

Black with #69289B

Text Example


Text Example

White with #69289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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