Html Css Color HEX #69219C Royal Purple

📋 copy color: '#69219C'

red 105 ◦ green 33 ◦ blue 156

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

Shades of Royal Purple #69219C

Tints of Royal Purple #69219C

RGB

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

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

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

R = 35.71%
G = 11.22%
B = 53.06%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69219C (or 0x69219C) is known color: Royal Purple. HEX triplet: 69, 21 and 9C. RGB value is (105,33,156). Sum of RGB (Red+Green+Blue) = 105+33+156=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #69219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69219C is #96DE63. Grayscale: #444444. Windows color (decimal): -9887332 or 10232169. OLE color: 10232169.

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

Color convert

RGB 105 33 156 -
CMYK 0.33 0.79 0 0.39
HSL 275.12º 0.65% 0.37% -
HSV(B) 275.12º 0.79% 0.61% -
XYZ 12.37 6.49 32.05 -
YUV 68.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 105 33 156 0.33 0.79 0 0.39 275.12 0.65 0.37
Hex 69 21 9C 21 4F 0 27 113 41 25
Octal 151 41 234 41 117 0 47 423 101 45
Binary 1101001 100001 10011100 100001 1001111 0 100111 100010011 1000001 100101

Color Harmonies of #69219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69219C

Black with #69219C

Text Example


Text Example

White with #69219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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