Html Css Color HEX #69428D Royal Purple

📋 copy color: '#69428D'

red 105 ◦ green 66 ◦ blue 141

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

Shades of Royal Purple #69428D

Tints of Royal Purple #69428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 33.65%
G = 21.15%
B = 45.19%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69428D (or 0x69428D) is known color: Royal Purple. HEX triplet: 69, 42 and 8D. RGB value is (105,66,141). Sum of RGB (Red+Green+Blue) = 105+66+141=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #69428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69428D is #96BD72. Grayscale: #555555. Windows color (decimal): -9878899 or 9257577. OLE color: 9257577.

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

Color convert

RGB 105 66 141 -
CMYK 0.26 0.53 0 0.45
HSL 271.2º 0.36% 0.41% -
HSV(B) 271.2º 0.53% 0.55% -
XYZ 12.58 8.82 26.24 -
YUV 86.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 105 66 141 0.26 0.53 0 0.45 271.2 0.36 0.41
Hex 69 42 8D 1A 35 0 2D 10F 24 29
Octal 151 102 215 32 65 0 55 417 44 51
Binary 1101001 1000010 10001101 11010 110101 0 101101 100001111 100100 101001

Color Harmonies of #69428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69428D

Black with #69428D

Text Example


Text Example

White with #69428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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