Html Css Color HEX #6F0369 Purple

📋 copy color: '#6F0369'

red 111 ◦ green 3 ◦ blue 105

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

Shades of Purple #6F0369

Tints of Purple #6F0369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 50.68%
G = 1.37%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F0369 (or 0x6F0369) is known color: Purple. HEX triplet: 6F, 03 and 69. RGB value is (111,3,105). Sum of RGB (Red+Green+Blue) = 111+3+105=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0369 is #90FC96. Grayscale: #2E2E2E. Windows color (decimal): -9501847 or 6882159. OLE color: 6882159.

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

Color convert

RGB 111 3 105 -
CMYK 0 0.97 0.05 0.56
HSL 303.33º 0.95% 0.22% -
HSV(B) 303.33º 0.97% 0.44% -
XYZ 9.14 4.46 13.74 -
YUV 46.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 111 3 105 0 0.97 0.05 0.56 303.33 0.95 0.22
Hex 6F 3 69 0 61 5 38 12F 5F 16
Octal 157 3 151 0 141 5 70 457 137 26
Binary 1101111 11 1101001 0 1100001 101 111000 100101111 1011111 10110

Color Harmonies of #6F0369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0369

Black with #6F0369

Text Example


Text Example

White with #6F0369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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