Html Css Color HEX #6F43AA Royal Purple

📋 copy color: '#6F43AA'

red 111 ◦ green 67 ◦ blue 170

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

Shades of Royal Purple #6F43AA

Tints of Royal Purple #6F43AA

RGB

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

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

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

R = 31.9%
G = 19.25%
B = 48.85%

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

#6F43AA (or 0x6F43AA) is known color: Royal Purple. HEX triplet: 6F, 43 and AA. RGB value is (111,67,170). Sum of RGB (Red+Green+Blue) = 111+67+170=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F43AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F43AA is #90BC55. Grayscale: #5B5B5B. Windows color (decimal): -9485398 or 11158383. OLE color: 11158383.

HSL color Cylindrical-coordinate representation of color #6F43AA: hue angle of 265.63º degrees, saturation: 0.43, 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 #6F43AA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 67 170 -
CMYK 0.35 0.61 0 0.33
HSL 265.63º 0.43% 0.46% -
HSV(B) 265.63º 0.61% 0.67% -
XYZ 15.82 10.3 39.18 -
YUV 91.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 111 67 170 0.35 0.61 0 0.33 265.63 0.43 0.46
Hex 6F 43 AA 23 3D 0 21 10A 2B 2E
Octal 157 103 252 43 75 0 41 412 53 56
Binary 1101111 1000011 10101010 100011 111101 0 100001 100001010 101011 101110

Color Harmonies of #6F43AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F43AA

Black with #6F43AA

Text Example


Text Example

White with #6F43AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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