Html Css Color HEX #6F389C Royal Purple

📋 copy color: '#6F389C'

red 111 ◦ green 56 ◦ blue 156

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

Shades of Royal Purple #6F389C

Tints of Royal Purple #6F389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 156 (61.33% from 255) = 48.3%

R = 34.37%
G = 17.34%
B = 48.3%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F389C (or 0x6F389C) is known color: Royal Purple. HEX triplet: 6F, 38 and 9C. RGB value is (111,56,156). Sum of RGB (Red+Green+Blue) = 111+56+156=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F389C is #90C763. Grayscale: #535353. Windows color (decimal): -9488228 or 10238063. OLE color: 10238063.

HSL color Cylindrical-coordinate representation of color #6F389C: hue angle of 273º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F389C is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 56 156 -
CMYK 0.29 0.64 0 0.39
HSL 273º 0.47% 0.42% -
HSV(B) 273º 0.64% 0.61% -
XYZ 13.97 8.61 32.38 -
YUV 83.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 111 56 156 0.29 0.64 0 0.39 273 0.47 0.42
Hex 6F 38 9C 1D 40 0 27 111 2F 2A
Octal 157 70 234 35 100 0 47 421 57 52
Binary 1101111 111000 10011100 11101 1000000 0 100111 100010001 101111 101010

Color Harmonies of #6F389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F389C

Black with #6F389C

Text Example


Text Example

White with #6F389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,156); }

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

background-color css

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

 a { background-color: rgb(111,56,156); }

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

border-color css

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

 span { border-color: rgb(111,56,156); }

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