Html Css Color HEX #6F249D Royal Purple

📋 copy color: '#6F249D'

red 111 ◦ green 36 ◦ blue 157

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

Shades of Royal Purple #6F249D

Tints of Royal Purple #6F249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 157 (61.72% from 255) = 51.64%

R = 36.51%
G = 11.84%
B = 51.64%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F249D (or 0x6F249D) is known color: Royal Purple. HEX triplet: 6F, 24 and 9D. RGB value is (111,36,157). Sum of RGB (Red+Green+Blue) = 111+36+157=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F249D is #90DB62. Grayscale: #474747. Windows color (decimal): -9493347 or 10298479. OLE color: 10298479.

HSL color Cylindrical-coordinate representation of color #6F249D: hue angle of 277.19º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F249D is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 36 157 -
CMYK 0.29 0.77 0 0.38
HSL 277.19º 0.63% 0.38% -
HSV(B) 277.19º 0.77% 0.62% -
XYZ 13.27 7.08 32.56 -
YUV 72.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 111 36 157 0.29 0.77 0 0.38 277.19 0.63 0.38
Hex 6F 24 9D 1D 4D 0 26 115 3F 26
Octal 157 44 235 35 115 0 46 425 77 46
Binary 1101111 100100 10011101 11101 1001101 0 100110 100010101 111111 100110

Color Harmonies of #6F249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F249D

Black with #6F249D

Text Example


Text Example

White with #6F249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,157); }

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

background-color css

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

 a { background-color: rgb(111,36,157); }

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

border-color css

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

 span { border-color: rgb(111,36,157); }

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