Html Css Color HEX #6F43AB Royal Purple

📋 copy color: '#6F43AB'

red 111 ◦ green 67 ◦ blue 171

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

Shades of Royal Purple #6F43AB

Tints of Royal Purple #6F43AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

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

R = 31.81%
G = 19.2%
B = 49%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F43AB (or 0x6F43AB) is known color: Royal Purple. HEX triplet: 6F, 43 and AB. RGB value is (111,67,171). Sum of RGB (Red+Green+Blue) = 111+67+171=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F43AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F43AB is #90BC54. Grayscale: #5B5B5B. Windows color (decimal): -9485397 or 11223919. OLE color: 11223919.

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

Color convert

RGB 111 67 171 -
CMYK 0.35 0.61 0 0.33
HSL 265.38º 0.44% 0.47% -
HSV(B) 265.38º 0.61% 0.67% -
XYZ 15.91 10.33 39.68 -
YUV 92.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 111 67 171 0.35 0.61 0 0.33 265.38 0.44 0.47
Hex 6F 43 AB 23 3D 0 21 109 2C 2F
Octal 157 103 253 43 75 0 41 411 54 57
Binary 1101111 1000011 10101011 100011 111101 0 100001 100001001 101100 101111

Color Harmonies of #6F43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F43AB

Black with #6F43AB

Text Example


Text Example

White with #6F43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,67,171); }

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

background-color css

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

 a { background-color: rgb(111,67,171); }

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

border-color css

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

 span { border-color: rgb(111,67,171); }

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