Html Css Color HEX #69289C Royal Purple

📋 copy color: '#69289C'

red 105 ◦ green 40 ◦ blue 156

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

Shades of Royal Purple #69289C

Tints of Royal Purple #69289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 34.88%
G = 13.29%
B = 51.83%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69289C (or 0x69289C) is known color: Royal Purple. HEX triplet: 69, 28 and 9C. RGB value is (105,40,156). Sum of RGB (Red+Green+Blue) = 105+40+156=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #69289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69289C is #96D763. Grayscale: #484848. Windows color (decimal): -9885540 or 10233961. OLE color: 10233961.

HSL color Cylindrical-coordinate representation of color #69289C: hue angle of 273.62º 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 #69289C is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 40 156 -
CMYK 0.33 0.74 0 0.39
HSL 273.62º 0.59% 0.38% -
HSV(B) 273.62º 0.74% 0.61% -
XYZ 12.59 6.92 32.13 -
YUV 72.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 105 40 156 0.33 0.74 0 0.39 273.62 0.59 0.38
Hex 69 28 9C 21 4A 0 27 112 3B 26
Octal 151 50 234 41 112 0 47 422 73 46
Binary 1101001 101000 10011100 100001 1001010 0 100111 100010010 111011 100110

Color Harmonies of #69289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69289C

Black with #69289C

Text Example


Text Example

White with #69289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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