Html Css Color HEX #69289F Royal Purple

📋 copy color: '#69289F'

red 105 ◦ green 40 ◦ blue 159

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

Shades of Royal Purple #69289F

Tints of Royal Purple #69289F

RGB

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

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

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

R = 34.54%
G = 13.16%
B = 52.3%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69289F (or 0x69289F) is known color: Royal Purple. HEX triplet: 69, 28 and 9F. RGB value is (105,40,159). Sum of RGB (Red+Green+Blue) = 105+40+159=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #69289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69289F is #96D760. Grayscale: #484848. Windows color (decimal): -9885537 or 10430569. OLE color: 10430569.

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

Color convert

RGB 105 40 159 -
CMYK 0.34 0.75 0 0.38
HSL 272.77º 0.6% 0.39% -
HSV(B) 272.77º 0.75% 0.62% -
XYZ 12.84 7.02 33.48 -
YUV 73 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 105 40 159 0.34 0.75 0 0.38 272.77 0.6 0.39
Hex 69 28 9F 22 4B 0 26 111 3C 27
Octal 151 50 237 42 113 0 46 421 74 47
Binary 1101001 101000 10011111 100010 1001011 0 100110 100010001 111100 100111

Color Harmonies of #69289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69289F

Black with #69289F

Text Example


Text Example

White with #69289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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