Html Css Color HEX #6F2CAD Royal Purple

📋 copy color: '#6F2CAD'

red 111 ◦ green 44 ◦ blue 173

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

Shades of Royal Purple #6F2CAD

Tints of Royal Purple #6F2CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

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

R = 33.84%
G = 13.41%
B = 52.74%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F2CAD (or 0x6F2CAD) is known color: Royal Purple. HEX triplet: 6F, 2C and AD. RGB value is (111,44,173). Sum of RGB (Red+Green+Blue) = 111+44+173=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F2CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2CAD is #90D352. Grayscale: #4E4E4E. Windows color (decimal): -9491283 or 11349103. OLE color: 11349103.

HSL color Cylindrical-coordinate representation of color #6F2CAD: hue angle of 271.16º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F2CAD is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 44 173 -
CMYK 0.36 0.75 0 0.32
HSL 271.16º 0.59% 0.43% -
HSV(B) 271.16º 0.75% 0.68% -
XYZ 15 8.2 40.33 -
YUV 78.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 111 44 173 0.36 0.75 0 0.32 271.16 0.59 0.43
Hex 6F 2C AD 24 4B 0 20 10F 3B 2B
Octal 157 54 255 44 113 0 40 417 73 53
Binary 1101111 101100 10101101 100100 1001011 0 100000 100001111 111011 101011

Color Harmonies of #6F2CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2CAD

Black with #6F2CAD

Text Example


Text Example

White with #6F2CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,44,173); }

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

background-color css

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

 a { background-color: rgb(111,44,173); }

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

border-color css

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

 span { border-color: rgb(111,44,173); }

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