Html Css Color HEX #69379F Royal Purple

📋 copy color: '#69379F'

red 105 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #69379F

Tints of Royal Purple #69379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.24%

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 32.92%
G = 17.24%
B = 49.84%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69379F (or 0x69379F) is known color: Royal Purple. HEX triplet: 69, 37 and 9F. RGB value is (105,55,159). Sum of RGB (Red+Green+Blue) = 105+55+159=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #69379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69379F is #96C860. Grayscale: #515151. Windows color (decimal): -9881697 or 10434409. OLE color: 10434409.

HSL color Cylindrical-coordinate representation of color #69379F: hue angle of 268.85º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69379F is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 55 159 -
CMYK 0.34 0.65 0 0.38
HSL 268.85º 0.49% 0.42% -
HSV(B) 268.85º 0.65% 0.62% -
XYZ 13.45 8.24 33.68 -
YUV 81.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 105 55 159 0.34 0.65 0 0.38 268.85 0.49 0.42
Hex 69 37 9F 22 41 0 26 10D 31 2A
Octal 151 67 237 42 101 0 46 415 61 52
Binary 1101001 110111 10011111 100010 1000001 0 100110 100001101 110001 101010

Color Harmonies of #69379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69379F

Black with #69379F

Text Example


Text Example

White with #69379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69379F; }

 p { color: rgb(105,55,159); }

 H1.HeaderClassName
 {
   color: #69379F;
 }
 .AnyTagClassName
 {
   color: #69379F;
 }
</style>

background-color css

<style>
 a { background-color: #69379F; }

 a { background-color: rgb(105,55,159); }

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

border-color css

<style>
 span { border-color: #69379F; }

 span { border-color: rgb(105,55,159); }

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