Html Css Color HEX #6F259C Royal Purple

📋 copy color: '#6F259C'

red 111 ◦ green 37 ◦ blue 156

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

Shades of Royal Purple #6F259C

Tints of Royal Purple #6F259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 36.51%
G = 12.17%
B = 51.32%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F259C (or 0x6F259C) is known color: Royal Purple. HEX triplet: 6F, 25 and 9C. RGB value is (111,37,156). Sum of RGB (Red+Green+Blue) = 111+37+156=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F259C is #90DA63. Grayscale: #484848. Windows color (decimal): -9493092 or 10233199. OLE color: 10233199.

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

Color convert

RGB 111 37 156 -
CMYK 0.29 0.76 0 0.39
HSL 277.31º 0.62% 0.38% -
HSV(B) 277.31º 0.76% 0.61% -
XYZ 13.22 7.1 32.13 -
YUV 72.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 111 37 156 0.29 0.76 0 0.39 277.31 0.62 0.38
Hex 6F 25 9C 1D 4C 0 27 115 3E 26
Octal 157 45 234 35 114 0 47 425 76 46
Binary 1101111 100101 10011100 11101 1001100 0 100111 100010101 111110 100110

Color Harmonies of #6F259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F259C

Black with #6F259C

Text Example


Text Example

White with #6F259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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