Html Css Color HEX #6F0064 Purple

📋 copy color: '#6F0064'

red 111 ◦ green 0 ◦ blue 100

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

Shades of Purple #6F0064

Tints of Purple #6F0064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.39%

R = 52.61%
G = 0%
B = 47.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F0064 (or 0x6F0064) is known color: Purple. HEX triplet: 6F, 00 and 64. RGB value is (111,0,100). Sum of RGB (Red+Green+Blue) = 111+0+100=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0064 is #90FF9B. Grayscale: #2C2C2C. Windows color (decimal): -9502620 or 6553711. OLE color: 6553711.

HSL color Cylindrical-coordinate representation of color #6F0064: hue angle of 305.95º 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 #6F0064 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 0 100 -
CMYK 0 1 0.10 0.56
HSL 305.95º 1% 0.22% -
HSV(B) 305.95º 1% 0.44% -
XYZ 8.86 4.3 12.42 -
YUV 44.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 111 0 100 0 1 0.10 0.56 305.95 1 0.22
Hex 6F 0 64 0 64 A 38 132 64 16
Octal 157 0 144 0 144 12 70 462 144 26
Binary 1101111 0 1100100 0 1100100 1010 111000 100110010 1100100 10110

Color Harmonies of #6F0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0064

Black with #6F0064

Text Example


Text Example

White with #6F0064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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