Html Css Color HEX #69219D Royal Purple

📋 copy color: '#69219D'

red 105 ◦ green 33 ◦ blue 157

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

Shades of Royal Purple #69219D

Tints of Royal Purple #69219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.22%

R = 35.59%
G = 11.19%
B = 53.22%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69219D (or 0x69219D) is known color: Royal Purple. HEX triplet: 69, 21 and 9D. RGB value is (105,33,157). Sum of RGB (Red+Green+Blue) = 105+33+157=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #69219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69219D is #96DE62. Grayscale: #444444. Windows color (decimal): -9887331 or 10297705. OLE color: 10297705.

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

Color convert

RGB 105 33 157 -
CMYK 0.33 0.79 0 0.38
HSL 274.84º 0.65% 0.37% -
HSV(B) 274.84º 0.79% 0.62% -
XYZ 12.46 6.53 32.5 -
YUV 68.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 105 33 157 0.33 0.79 0 0.38 274.84 0.65 0.37
Hex 69 21 9D 21 4F 0 26 113 41 25
Octal 151 41 235 41 117 0 46 423 101 45
Binary 1101001 100001 10011101 100001 1001111 0 100110 100010011 1000001 100101

Color Harmonies of #69219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69219D

Black with #69219D

Text Example


Text Example

White with #69219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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