Html Css Color HEX #69329C Royal Purple

📋 copy color: '#69329C'

red 105 ◦ green 50 ◦ blue 156

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

Shades of Royal Purple #69329C

Tints of Royal Purple #69329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 33.76%
G = 16.08%
B = 50.16%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69329C (or 0x69329C) is known color: Royal Purple. HEX triplet: 69, 32 and 9C. RGB value is (105,50,156). Sum of RGB (Red+Green+Blue) = 105+50+156=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #69329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69329C is #96CD63. Grayscale: #4E4E4E. Windows color (decimal): -9882980 or 10236521. OLE color: 10236521.

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

Color convert

RGB 105 50 156 -
CMYK 0.33 0.68 0 0.39
HSL 271.13º 0.51% 0.4% -
HSV(B) 271.13º 0.68% 0.61% -
XYZ 12.97 7.68 32.25 -
YUV 78.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 105 50 156 0.33 0.68 0 0.39 271.13 0.51 0.4
Hex 69 32 9C 21 44 0 27 10F 33 28
Octal 151 62 234 41 104 0 47 417 63 50
Binary 1101001 110010 10011100 100001 1000100 0 100111 100001111 110011 101000

Color Harmonies of #69329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69329C

Black with #69329C

Text Example


Text Example

White with #69329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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