Html Css Color HEX #6F40A4 Royal Purple

📋 copy color: '#6F40A4'

red 111 ◦ green 64 ◦ blue 164

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

Shades of Royal Purple #6F40A4

Tints of Royal Purple #6F40A4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 164 (64.45% from 255) = 48.38%

R = 32.74%
G = 18.88%
B = 48.38%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6F40A4 (or 0x6F40A4) is known color: Royal Purple. HEX triplet: 6F, 40 and A4. RGB value is (111,64,164). Sum of RGB (Red+Green+Blue) = 111+64+164=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F40A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F40A4 is #90BF5B. Grayscale: #595959. Windows color (decimal): -9486172 or 10764399. OLE color: 10764399.

HSL color Cylindrical-coordinate representation of color #6F40A4: hue angle of 268.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F40A4 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 64 164 -
CMYK 0.32 0.61 0 0.36
HSL 268.2º 0.44% 0.45% -
HSV(B) 268.2º 0.61% 0.64% -
XYZ 15.09 9.73 36.2 -
YUV 89.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 111 64 164 0.32 0.61 0 0.36 268.2 0.44 0.45
Hex 6F 40 A4 20 3D 0 24 10C 2C 2D
Octal 157 100 244 40 75 0 44 414 54 55
Binary 1101111 1000000 10100100 100000 111101 0 100100 100001100 101100 101101

Color Harmonies of #6F40A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F40A4

Black with #6F40A4

Text Example


Text Example

White with #6F40A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,164); }

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

background-color css

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

 a { background-color: rgb(111,64,164); }

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

border-color css

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

 span { border-color: rgb(111,64,164); }

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