Html Css Color HEX #69469C Royal Purple

📋 copy color: '#69469C'

red 105 ◦ green 70 ◦ blue 156

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

Shades of Royal Purple #69469C

Tints of Royal Purple #69469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 31.72%
G = 21.15%
B = 47.13%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69469C (or 0x69469C) is known color: Royal Purple. HEX triplet: 69, 46 and 9C. RGB value is (105,70,156). Sum of RGB (Red+Green+Blue) = 105+70+156=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #69469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69469C is #96B963. Grayscale: #595959. Windows color (decimal): -9877860 or 10241641. OLE color: 10241641.

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

Color convert

RGB 105 70 156 -
CMYK 0.33 0.55 0 0.39
HSL 264.42º 0.38% 0.44% -
HSV(B) 264.42º 0.55% 0.61% -
XYZ 14.02 9.78 32.6 -
YUV 90.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 105 70 156 0.33 0.55 0 0.39 264.42 0.38 0.44
Hex 69 46 9C 21 37 0 27 108 26 2C
Octal 151 106 234 41 67 0 47 410 46 54
Binary 1101001 1000110 10011100 100001 110111 0 100111 100001000 100110 101100

Color Harmonies of #69469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69469C

Black with #69469C

Text Example


Text Example

White with #69469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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