Html Css Color HEX #69229C Royal Purple

📋 copy color: '#69229C'

red 105 ◦ green 34 ◦ blue 156

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

Shades of Royal Purple #69229C

Tints of Royal Purple #69229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 35.59%
G = 11.53%
B = 52.88%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69229C (or 0x69229C) is known color: Royal Purple. HEX triplet: 69, 22 and 9C. RGB value is (105,34,156). Sum of RGB (Red+Green+Blue) = 105+34+156=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #69229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69229C is #96DD63. Grayscale: #444444. Windows color (decimal): -9887076 or 10232425. OLE color: 10232425.

HSL color Cylindrical-coordinate representation of color #69229C: hue angle of 274.92º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69229C is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 34 156 -
CMYK 0.33 0.78 0 0.39
HSL 274.92º 0.64% 0.37% -
HSV(B) 274.92º 0.78% 0.61% -
XYZ 12.4 6.55 32.06 -
YUV 69.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 105 34 156 0.33 0.78 0 0.39 274.92 0.64 0.37
Hex 69 22 9C 21 4E 0 27 113 40 25
Octal 151 42 234 41 116 0 47 423 100 45
Binary 1101001 100010 10011100 100001 1001110 0 100111 100010011 1000000 100101

Color Harmonies of #69229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69229C

Black with #69229C

Text Example


Text Example

White with #69229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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