Html Css Color HEX #69269A Royal Purple

📋 copy color: '#69269A'

red 105 ◦ green 38 ◦ blue 154

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

Shades of Royal Purple #69269A

Tints of Royal Purple #69269A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 35.35%
G = 12.79%
B = 51.85%

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

#69269A (or 0x69269A) is known color: Royal Purple. HEX triplet: 69, 26 and 9A. RGB value is (105,38,154). Sum of RGB (Red+Green+Blue) = 105+38+154=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #69269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69269A is #96D965. Grayscale: #464646. Windows color (decimal): -9886054 or 10102377. OLE color: 10102377.

HSL color Cylindrical-coordinate representation of color #69269A: hue angle of 274.66º 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 #69269A is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 38 154 -
CMYK 0.32 0.75 0 0.40
HSL 274.66º 0.6% 0.38% -
HSV(B) 274.66º 0.75% 0.6% -
XYZ 12.35 6.72 31.22 -
YUV 71.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 105 38 154 0.32 0.75 0 0.40 274.66 0.6 0.38
Hex 69 26 9A 20 4B 0 28 113 3C 26
Octal 151 46 232 40 113 0 50 423 74 46
Binary 1101001 100110 10011010 100000 1001011 0 101000 100010011 111100 100110

Color Harmonies of #69269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69269A

Black with #69269A

Text Example


Text Example

White with #69269A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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