Html Css Color HEX #6928AA Royal Purple

📋 copy color: '#6928AA'

red 105 ◦ green 40 ◦ blue 170

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

Shades of Royal Purple #6928AA

Tints of Royal Purple #6928AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

 BLUE value IS 170 (66.8% from 255) = 53.97%

R = 33.33%
G = 12.7%
B = 53.97%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6928AA (or 0x6928AA) is known color: Royal Purple. HEX triplet: 69, 28 and AA. RGB value is (105,40,170). Sum of RGB (Red+Green+Blue) = 105+40+170=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #6928AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6928AA is #96D755. Grayscale: #494949. Windows color (decimal): -9885526 or 11151465. OLE color: 11151465.

HSL color Cylindrical-coordinate representation of color #6928AA: hue angle of 270º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6928AA is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 40 170 -
CMYK 0.38 0.76 0 0.33
HSL 270º 0.62% 0.41% -
HSV(B) 270º 0.76% 0.67% -
XYZ 13.84 7.42 38.73 -
YUV 74.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 105 40 170 0.38 0.76 0 0.33 270 0.62 0.41
Hex 69 28 AA 26 4C 0 21 10E 3E 29
Octal 151 50 252 46 114 0 41 416 76 51
Binary 1101001 101000 10101010 100110 1001100 0 100001 100001110 111110 101001

Color Harmonies of #6928AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6928AA

Black with #6928AA

Text Example


Text Example

White with #6928AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6928AA; }

 p { color: rgb(105,40,170); }

 H1.HeaderClassName
 {
   color: #6928AA;
 }
 .AnyTagClassName
 {
   color: #6928AA;
 }
</style>

background-color css

<style>
 a { background-color: #6928AA; }

 a { background-color: rgb(105,40,170); }

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

border-color css

<style>
 span { border-color: #6928AA; }

 span { border-color: rgb(105,40,170); }

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