Html Css Color HEX #69289D Royal Purple

📋 copy color: '#69289D'

red 105 ◦ green 40 ◦ blue 157

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

Shades of Royal Purple #69289D

Tints of Royal Purple #69289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 34.77%
G = 13.25%
B = 51.99%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69289D (or 0x69289D) is known color: Royal Purple. HEX triplet: 69, 28 and 9D. RGB value is (105,40,157). Sum of RGB (Red+Green+Blue) = 105+40+157=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #69289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69289D is #96D762. Grayscale: #484848. Windows color (decimal): -9885539 or 10299497. OLE color: 10299497.

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

Color convert

RGB 105 40 157 -
CMYK 0.33 0.75 0 0.38
HSL 273.33º 0.59% 0.39% -
HSV(B) 273.33º 0.75% 0.62% -
XYZ 12.67 6.96 32.57 -
YUV 72.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 105 40 157 0.33 0.75 0 0.38 273.33 0.59 0.39
Hex 69 28 9D 21 4B 0 26 111 3B 27
Octal 151 50 235 41 113 0 46 421 73 47
Binary 1101001 101000 10011101 100001 1001011 0 100110 100010001 111011 100111

Color Harmonies of #69289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69289D

Black with #69289D

Text Example


Text Example

White with #69289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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