Html Css Color HEX #6F3C90 Royal Purple

📋 copy color: '#6F3C90'

red 111 ◦ green 60 ◦ blue 144

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

Shades of Royal Purple #6F3C90

Tints of Royal Purple #6F3C90

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 35.24%
G = 19.05%
B = 45.71%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F3C90 (or 0x6F3C90) is known color: Royal Purple. HEX triplet: 6F, 3C and 90. RGB value is (111,60,144). Sum of RGB (Red+Green+Blue) = 111+60+144=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F3C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3C90 is #90C36F. Grayscale: #545454. Windows color (decimal): -9487216 or 9452655. OLE color: 9452655.

HSL color Cylindrical-coordinate representation of color #6F3C90: hue angle of 276.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F3C90 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 60 144 -
CMYK 0.23 0.58 0 0.44
HSL 276.43º 0.41% 0.4% -
HSV(B) 276.43º 0.58% 0.56% -
XYZ 13.21 8.62 27.35 -
YUV 84.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 111 60 144 0.23 0.58 0 0.44 276.43 0.41 0.4
Hex 6F 3C 90 17 3A 0 2C 114 29 28
Octal 157 74 220 27 72 0 54 424 51 50
Binary 1101111 111100 10010000 10111 111010 0 101100 100010100 101001 101000

Color Harmonies of #6F3C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3C90

Black with #6F3C90

Text Example


Text Example

White with #6F3C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,60,144); }

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

background-color css

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

 a { background-color: rgb(111,60,144); }

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

border-color css

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

 span { border-color: rgb(111,60,144); }

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