Html Css Color HEX #6F429E Royal Purple

📋 copy color: '#6F429E'

red 111 ◦ green 66 ◦ blue 158

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

Shades of Royal Purple #6F429E

Tints of Royal Purple #6F429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 33.13%
G = 19.7%
B = 47.16%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F429E (or 0x6F429E) is known color: Royal Purple. HEX triplet: 6F, 42 and 9E. RGB value is (111,66,158). Sum of RGB (Red+Green+Blue) = 111+66+158=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F429E is #90BD61. Grayscale: #595959. Windows color (decimal): -9485666 or 10371695. OLE color: 10371695.

HSL color Cylindrical-coordinate representation of color #6F429E: hue angle of 269.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F429E is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 66 158 -
CMYK 0.30 0.58 0 0.38
HSL 269.35º 0.41% 0.44% -
HSV(B) 269.35º 0.58% 0.62% -
XYZ 14.68 9.74 33.46 -
YUV 89.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 111 66 158 0.30 0.58 0 0.38 269.35 0.41 0.44
Hex 6F 42 9E 1E 3A 0 26 10D 29 2C
Octal 157 102 236 36 72 0 46 415 51 54
Binary 1101111 1000010 10011110 11110 111010 0 100110 100001101 101001 101100

Color Harmonies of #6F429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F429E

Black with #6F429E

Text Example


Text Example

White with #6F429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,158); }

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

background-color css

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

 a { background-color: rgb(111,66,158); }

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

border-color css

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

 span { border-color: rgb(111,66,158); }

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