Html Css Color HEX #6F0469 Purple

📋 copy color: '#6F0469'

red 111 ◦ green 4 ◦ blue 105

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

Shades of Purple #6F0469

Tints of Purple #6F0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 105 (41.41% from 255) = 47.73%

R = 50.45%
G = 1.82%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F0469 (or 0x6F0469) is known color: Purple. HEX triplet: 6F, 04 and 69. RGB value is (111,4,105). Sum of RGB (Red+Green+Blue) = 111+4+105=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0469 is #90FB96. Grayscale: #2F2F2F. Windows color (decimal): -9501591 or 6882415. OLE color: 6882415.

HSL color Cylindrical-coordinate representation of color #6F0469: hue angle of 303.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0469 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 105 -
CMYK 0 0.96 0.05 0.56
HSL 303.36º 0.93% 0.23% -
HSV(B) 303.36º 0.96% 0.44% -
XYZ 9.15 4.49 13.75 -
YUV 47.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 111 4 105 0 0.96 0.05 0.56 303.36 0.93 0.23
Hex 6F 4 69 0 60 5 38 12F 5D 17
Octal 157 4 151 0 140 5 70 457 135 27
Binary 1101111 100 1101001 0 1100000 101 111000 100101111 1011101 10111

Color Harmonies of #6F0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0469

Black with #6F0469

Text Example


Text Example

White with #6F0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,105); }

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

background-color css

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

 a { background-color: rgb(111,4,105); }

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

border-color css

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

 span { border-color: rgb(111,4,105); }

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