Html Css Color HEX #69219A Royal Purple

📋 copy color: '#69219A'

red 105 ◦ green 33 ◦ blue 154

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

Shades of Royal Purple #69219A

Tints of Royal Purple #69219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 35.96%
G = 11.3%
B = 52.74%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69219A (or 0x69219A) is known color: Royal Purple. HEX triplet: 69, 21 and 9A. RGB value is (105,33,154). Sum of RGB (Red+Green+Blue) = 105+33+154=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #69219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69219A is #96DE65. Grayscale: #434343. Windows color (decimal): -9887334 or 10101097. OLE color: 10101097.

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

Color convert

RGB 105 33 154 -
CMYK 0.32 0.79 0 0.40
HSL 275.7º 0.65% 0.37% -
HSV(B) 275.7º 0.79% 0.6% -
XYZ 12.2 6.42 31.17 -
YUV 68.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 105 33 154 0.32 0.79 0 0.40 275.7 0.65 0.37
Hex 69 21 9A 20 4F 0 28 114 41 25
Octal 151 41 232 40 117 0 50 424 101 45
Binary 1101001 100001 10011010 100000 1001111 0 101000 100010100 1000001 100101

Color Harmonies of #69219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69219A

Black with #69219A

Text Example


Text Example

White with #69219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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