Html Css Color HEX #69279A Royal Purple

📋 copy color: '#69279A'

red 105 ◦ green 39 ◦ blue 154

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

Shades of Royal Purple #69279A

Tints of Royal Purple #69279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 35.23%
G = 13.09%
B = 51.68%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69279A (or 0x69279A) is known color: Royal Purple. HEX triplet: 69, 27 and 9A. RGB value is (105,39,154). Sum of RGB (Red+Green+Blue) = 105+39+154=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #69279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69279A is #96D865. Grayscale: #474747. Windows color (decimal): -9885798 or 10102633. OLE color: 10102633.

HSL color Cylindrical-coordinate representation of color #69279A: hue angle of 274.43º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69279A is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 39 154 -
CMYK 0.32 0.75 0 0.40
HSL 274.43º 0.6% 0.38% -
HSV(B) 274.43º 0.75% 0.6% -
XYZ 12.38 6.79 31.23 -
YUV 71.84 174.37 151.65 -
System Red Green Blue C M Y K H S L
Decimal 105 39 154 0.32 0.75 0 0.40 274.43 0.6 0.38
Hex 69 27 9A 20 4B 0 28 112 3C 26
Octal 151 47 232 40 113 0 50 422 74 46
Binary 1101001 100111 10011010 100000 1001011 0 101000 100010010 111100 100110

Color Harmonies of #69279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69279A

Black with #69279A

Text Example


Text Example

White with #69279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69279A; }

 p { color: rgb(105,39,154); }

 H1.HeaderClassName
 {
   color: #69279A;
 }
 .AnyTagClassName
 {
   color: #69279A;
 }
</style>

background-color css

<style>
 a { background-color: #69279A; }

 a { background-color: rgb(105,39,154); }

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

border-color css

<style>
 span { border-color: #69279A; }

 span { border-color: rgb(105,39,154); }

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