Html Css Color HEX #6F006B Purple

📋 copy color: '#6F006B'

red 111 ◦ green 0 ◦ blue 107

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

Shades of Purple #6F006B

Tints of Purple #6F006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 50.92%
G = 0%
B = 49.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F006B (or 0x6F006B) is known color: Purple. HEX triplet: 6F, 00 and 6B. RGB value is (111,0,107). Sum of RGB (Red+Green+Blue) = 111+0+107=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F006B is #90FF94. Grayscale: #2D2D2D. Windows color (decimal): -9502613 or 7012463. OLE color: 7012463.

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

Color convert

RGB 111 0 107 -
CMYK 0 1 0.04 0.56
HSL 302.16º 1% 0.22% -
HSV(B) 302.16º 1% 0.44% -
XYZ 9.21 4.44 14.28 -
YUV 45.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 111 0 107 0 1 0.04 0.56 302.16 1 0.22
Hex 6F 0 6B 0 64 4 38 12E 64 16
Octal 157 0 153 0 144 4 70 456 144 26
Binary 1101111 0 1101011 0 1100100 100 111000 100101110 1100100 10110

Color Harmonies of #6F006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F006B

Black with #6F006B

Text Example


Text Example

White with #6F006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,107); }

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

background-color css

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

 a { background-color: rgb(111,0,107); }

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

border-color css

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

 span { border-color: rgb(111,0,107); }

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