Html Css Color HEX #6F309D Royal Purple

📋 copy color: '#6F309D'

red 111 ◦ green 48 ◦ blue 157

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

Shades of Royal Purple #6F309D

Tints of Royal Purple #6F309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 35.13%
G = 15.19%
B = 49.68%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F309D (or 0x6F309D) is known color: Royal Purple. HEX triplet: 6F, 30 and 9D. RGB value is (111,48,157). Sum of RGB (Red+Green+Blue) = 111+48+157=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F309D is #90CF62. Grayscale: #4E4E4E. Windows color (decimal): -9490275 or 10301551. OLE color: 10301551.

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

Color convert

RGB 111 48 157 -
CMYK 0.29 0.69 0 0.38
HSL 274.68º 0.53% 0.4% -
HSV(B) 274.68º 0.69% 0.62% -
XYZ 13.7 7.93 32.71 -
YUV 79.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 111 48 157 0.29 0.69 0 0.38 274.68 0.53 0.4
Hex 6F 30 9D 1D 45 0 26 113 35 28
Octal 157 60 235 35 105 0 46 423 65 50
Binary 1101111 110000 10011101 11101 1000101 0 100110 100010011 110101 101000

Color Harmonies of #6F309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F309D

Black with #6F309D

Text Example


Text Example

White with #6F309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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