Html Css Color HEX #6B0F91 Purple

📋 copy color: '#6B0F91'

red 107 ◦ green 15 ◦ blue 145

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

Shades of Purple #6B0F91

Tints of Purple #6B0F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

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

R = 40.07%
G = 5.62%
B = 54.31%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B0F91 (or 0x6B0F91) is known color: Purple. HEX triplet: 6B, 0F and 91. RGB value is (107,15,145). Sum of RGB (Red+Green+Blue) = 107+15+145=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B0F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0F91 is #94F06E. Grayscale: #383838. Windows color (decimal): -9760879 or 9506667. OLE color: 9506667.

HSL color Cylindrical-coordinate representation of color #6B0F91: hue angle of 282.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0F91 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 15 145 -
CMYK 0.26 0.90 0 0.43
HSL 282.46º 0.81% 0.31% -
HSV(B) 282.46º 0.9% 0.57% -
XYZ 11.35 5.51 27.25 -
YUV 57.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 107 15 145 0.26 0.90 0 0.43 282.46 0.81 0.31
Hex 6B F 91 1A 5A 0 2B 11A 51 1F
Octal 153 17 221 32 132 0 53 432 121 37
Binary 1101011 1111 10010001 11010 1011010 0 101011 100011010 1010001 11111

Color Harmonies of #6B0F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0F91

Black with #6B0F91

Text Example


Text Example

White with #6B0F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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