Html Css Color HEX #6F0288 Purple

📋 copy color: '#6F0288'

red 111 ◦ green 2 ◦ blue 136

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

Shades of Purple #6F0288

Tints of Purple #6F0288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.62%

R = 44.58%
G = 0.8%
B = 54.62%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F0288 (or 0x6F0288) is known color: Purple. HEX triplet: 6F, 02 and 88. RGB value is (111,2,136). Sum of RGB (Red+Green+Blue) = 111+2+136=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F0288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0288 is #90FD77. Grayscale: #313131. Windows color (decimal): -9502072 or 8913519. OLE color: 8913519.

HSL color Cylindrical-coordinate representation of color #6F0288: hue angle of 288.81º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0288 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 2 136 -
CMYK 0.18 0.99 0 0.47
HSL 288.81º 0.97% 0.27% -
HSV(B) 288.81º 0.99% 0.53% -
XYZ 11.02 5.2 23.72 -
YUV 49.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 111 2 136 0.18 0.99 0 0.47 288.81 0.97 0.27
Hex 6F 2 88 12 63 0 2F 121 61 1B
Octal 157 2 210 22 143 0 57 441 141 33
Binary 1101111 10 10001000 10010 1100011 0 101111 100100001 1100001 11011

Color Harmonies of #6F0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0288

Black with #6F0288

Text Example


Text Example

White with #6F0288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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