Html Css Color HEX #69418D Royal Purple

📋 copy color: '#69418D'

red 105 ◦ green 65 ◦ blue 141

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

Shades of Royal Purple #69418D

Tints of Royal Purple #69418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 33.76%
G = 20.9%
B = 45.34%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69418D (or 0x69418D) is known color: Royal Purple. HEX triplet: 69, 41 and 8D. RGB value is (105,65,141). Sum of RGB (Red+Green+Blue) = 105+65+141=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #69418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69418D is #96BE72. Grayscale: #555555. Windows color (decimal): -9879155 or 9257321. OLE color: 9257321.

HSL color Cylindrical-coordinate representation of color #69418D: hue angle of 271.58º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69418D is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 65 141 -
CMYK 0.26 0.54 0 0.45
HSL 271.58º 0.37% 0.4% -
HSV(B) 271.58º 0.54% 0.55% -
XYZ 12.52 8.71 26.22 -
YUV 85.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 105 65 141 0.26 0.54 0 0.45 271.58 0.37 0.4
Hex 69 41 8D 1A 36 0 2D 110 25 28
Octal 151 101 215 32 66 0 55 420 45 50
Binary 1101001 1000001 10001101 11010 110110 0 101101 100010000 100101 101000

Color Harmonies of #69418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69418D

Black with #69418D

Text Example


Text Example

White with #69418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,65,141); }

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

background-color css

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

 a { background-color: rgb(105,65,141); }

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

border-color css

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

 span { border-color: rgb(105,65,141); }

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