Html Css Color HEX #6F289C Royal Purple

📋 copy color: '#6F289C'

red 111 ◦ green 40 ◦ blue 156

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

Shades of Royal Purple #6F289C

Tints of Royal Purple #6F289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 36.16%
G = 13.03%
B = 50.81%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F289C (or 0x6F289C) is known color: Royal Purple. HEX triplet: 6F, 28 and 9C. RGB value is (111,40,156). Sum of RGB (Red+Green+Blue) = 111+40+156=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F289C is #90D763. Grayscale: #4A4A4A. Windows color (decimal): -9492324 or 10233967. OLE color: 10233967.

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

Color convert

RGB 111 40 156 -
CMYK 0.29 0.74 0 0.39
HSL 276.72º 0.59% 0.38% -
HSV(B) 276.72º 0.74% 0.61% -
XYZ 13.32 7.3 32.16 -
YUV 74.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 111 40 156 0.29 0.74 0 0.39 276.72 0.59 0.38
Hex 6F 28 9C 1D 4A 0 27 115 3B 26
Octal 157 50 234 35 112 0 47 425 73 46
Binary 1101111 101000 10011100 11101 1001010 0 100111 100010101 111011 100110

Color Harmonies of #6F289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F289C

Black with #6F289C

Text Example


Text Example

White with #6F289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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