Html Css Color HEX #6F42AC Royal Purple

📋 copy color: '#6F42AC'

red 111 ◦ green 66 ◦ blue 172

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

Shades of Royal Purple #6F42AC

Tints of Royal Purple #6F42AC

RGB

 RED value IS 111 (43.75% from 255) = 31.81%

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 31.81%
G = 18.91%
B = 49.28%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F42AC (or 0x6F42AC) is known color: Royal Purple. HEX triplet: 6F, 42 and AC. RGB value is (111,66,172). Sum of RGB (Red+Green+Blue) = 111+66+172=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F42AC is #90BD53. Grayscale: #5B5B5B. Windows color (decimal): -9485652 or 11289199. OLE color: 11289199.

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

Color convert

RGB 111 66 172 -
CMYK 0.35 0.62 0 0.33
HSL 265.47º 0.45% 0.47% -
HSV(B) 265.47º 0.62% 0.67% -
XYZ 15.95 10.25 40.17 -
YUV 91.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 111 66 172 0.35 0.62 0 0.33 265.47 0.45 0.47
Hex 6F 42 AC 23 3E 0 21 109 2D 2F
Octal 157 102 254 43 76 0 41 411 55 57
Binary 1101111 1000010 10101100 100011 111110 0 100001 100001001 101101 101111

Color Harmonies of #6F42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F42AC

Black with #6F42AC

Text Example


Text Example

White with #6F42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,172); }

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

background-color css

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

 a { background-color: rgb(111,66,172); }

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

border-color css

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

 span { border-color: rgb(111,66,172); }

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