Html Css Color HEX #6B42AD Royal Purple

📋 copy color: '#6B42AD'

red 107 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #6B42AD

Tints of Royal Purple #6B42AD

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

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

 BLUE value IS 173 (67.97% from 255) = 50%

R = 30.92%
G = 19.08%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B42AD (or 0x6B42AD) is known color: Royal Purple. HEX triplet: 6B, 42 and AD. RGB value is (107,66,173). Sum of RGB (Red+Green+Blue) = 107+66+173=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B42AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B42AD is #94BD52. Grayscale: #5A5A5A. Windows color (decimal): -9747795 or 11354731. OLE color: 11354731.

HSL color Cylindrical-coordinate representation of color #6B42AD: hue angle of 262.99º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B42AD is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 66 173 -
CMYK 0.38 0.62 0 0.32
HSL 262.99º 0.45% 0.47% -
HSV(B) 262.99º 0.62% 0.68% -
XYZ 15.55 10.04 40.65 -
YUV 90.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 107 66 173 0.38 0.62 0 0.32 262.99 0.45 0.47
Hex 6B 42 AD 26 3E 0 20 107 2D 2F
Octal 153 102 255 46 76 0 40 407 55 57
Binary 1101011 1000010 10101101 100110 111110 0 100000 100000111 101101 101111

Color Harmonies of #6B42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B42AD

Black with #6B42AD

Text Example


Text Example

White with #6B42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B42AD; }

 p { color: rgb(107,66,173); }

 H1.HeaderClassName
 {
   color: #6B42AD;
 }
 .AnyTagClassName
 {
   color: #6B42AD;
 }
</style>

background-color css

<style>
 a { background-color: #6B42AD; }

 a { background-color: rgb(107,66,173); }

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

border-color css

<style>
 span { border-color: #6B42AD; }

 span { border-color: rgb(107,66,173); }

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