Html Css Color HEX #6F0264 Purple

📋 copy color: '#6F0264'

red 111 ◦ green 2 ◦ blue 100

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

Shades of Purple #6F0264

Tints of Purple #6F0264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 52.11%
G = 0.94%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F0264 (or 0x6F0264) is known color: Purple. HEX triplet: 6F, 02 and 64. RGB value is (111,2,100). Sum of RGB (Red+Green+Blue) = 111+2+100=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0264 is #90FD9B. Grayscale: #2D2D2D. Windows color (decimal): -9502108 or 6554223. OLE color: 6554223.

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

Color convert

RGB 111 2 100 -
CMYK 0 0.98 0.10 0.56
HSL 306.06º 0.96% 0.22% -
HSV(B) 306.06º 0.98% 0.44% -
XYZ 8.88 4.34 12.43 -
YUV 45.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 111 2 100 0 0.98 0.10 0.56 306.06 0.96 0.22
Hex 6F 2 64 0 62 A 38 132 60 16
Octal 157 2 144 0 142 12 70 462 140 26
Binary 1101111 10 1100100 0 1100010 1010 111000 100110010 1100000 10110

Color Harmonies of #6F0264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0264

Black with #6F0264

Text Example


Text Example

White with #6F0264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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