Html Css Color HEX #6B0291 Purple

📋 copy color: '#6B0291'

red 107 ◦ green 2 ◦ blue 145

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

Shades of Purple #6B0291

Tints of Purple #6B0291

RGB

 RED value IS 107 (42.19% from 255) = 42.13%

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

 BLUE value IS 145 (57.03% from 255) = 57.09%

R = 42.13%
G = 0.79%
B = 57.09%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B0291 (or 0x6B0291) is known color: Purple. HEX triplet: 6B, 02 and 91. RGB value is (107,2,145). Sum of RGB (Red+Green+Blue) = 107+2+145=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B0291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0291 is #94FD6E. Grayscale: #313131. Windows color (decimal): -9764207 or 9503339. OLE color: 9503339.

HSL color Cylindrical-coordinate representation of color #6B0291: hue angle of 284.06º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0291 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 2 145 -
CMYK 0.26 0.99 0 0.43
HSL 284.06º 0.97% 0.29% -
HSV(B) 284.06º 0.99% 0.57% -
XYZ 11.2 5.21 27.2 -
YUV 49.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 107 2 145 0.26 0.99 0 0.43 284.06 0.97 0.29
Hex 6B 2 91 1A 63 0 2B 11C 61 1D
Octal 153 2 221 32 143 0 53 434 141 35
Binary 1101011 10 10010001 11010 1100011 0 101011 100011100 1100001 11101

Color Harmonies of #6B0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0291

Black with #6B0291

Text Example


Text Example

White with #6B0291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,2,145); }

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

background-color css

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

 a { background-color: rgb(107,2,145); }

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

border-color css

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

 span { border-color: rgb(107,2,145); }

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