Html Css Color HEX #6942AB Royal Purple

📋 copy color: '#6942AB'

red 105 ◦ green 66 ◦ blue 171

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

Shades of Royal Purple #6942AB

Tints of Royal Purple #6942AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 30.7%
G = 19.3%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6942AB (or 0x6942AB) is known color: Royal Purple. HEX triplet: 69, 42 and AB. RGB value is (105,66,171). Sum of RGB (Red+Green+Blue) = 105+66+171=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #6942AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6942AB is #96BD54. Grayscale: #595959. Windows color (decimal): -9878869 or 11223657. OLE color: 11223657.

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

Color convert

RGB 105 66 171 -
CMYK 0.39 0.61 0 0.33
HSL 262.29º 0.44% 0.46% -
HSV(B) 262.29º 0.61% 0.67% -
XYZ 15.12 9.84 39.63 -
YUV 89.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 105 66 171 0.39 0.61 0 0.33 262.29 0.44 0.46
Hex 69 42 AB 27 3D 0 21 106 2C 2E
Octal 151 102 253 47 75 0 41 406 54 56
Binary 1101001 1000010 10101011 100111 111101 0 100001 100000110 101100 101110

Color Harmonies of #6942AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6942AB

Black with #6942AB

Text Example


Text Example

White with #6942AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6942AB; }

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

 H1.HeaderClassName
 {
   color: #6942AB;
 }
 .AnyTagClassName
 {
   color: #6942AB;
 }
</style>

background-color css

<style>
 a { background-color: #6942AB; }

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

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

border-color css

<style>
 span { border-color: #6942AB; }

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

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