Html Css Color HEX #6D259F Royal Purple

📋 copy color: '#6D259F'

red 109 ◦ green 37 ◦ blue 159

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

Shades of Royal Purple #6D259F

Tints of Royal Purple #6D259F

RGB

 RED value IS 109 (42.97% from 255) = 35.74%

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

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 35.74%
G = 12.13%
B = 52.13%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D259F (or 0x6D259F) is known color: Royal Purple. HEX triplet: 6D, 25 and 9F. RGB value is (109,37,159). Sum of RGB (Red+Green+Blue) = 109+37+159=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D259F is #92DA60. Grayscale: #484848. Windows color (decimal): -9624161 or 10429805. OLE color: 10429805.

HSL color Cylindrical-coordinate representation of color #6D259F: hue angle of 275.41º degrees, saturation: 0.62, 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 #6D259F is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 37 159 -
CMYK 0.31 0.77 0 0.38
HSL 275.41º 0.62% 0.38% -
HSV(B) 275.41º 0.77% 0.62% -
XYZ 13.23 7.08 33.47 -
YUV 72.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 109 37 159 0.31 0.77 0 0.38 275.41 0.62 0.38
Hex 6D 25 9F 1F 4D 0 26 113 3E 26
Octal 155 45 237 37 115 0 46 423 76 46
Binary 1101101 100101 10011111 11111 1001101 0 100110 100010011 111110 100110

Color Harmonies of #6D259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D259F

Black with #6D259F

Text Example


Text Example

White with #6D259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,37,159); }

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

background-color css

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

 a { background-color: rgb(109,37,159); }

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

border-color css

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

 span { border-color: rgb(109,37,159); }

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