Html Css Color HEX #6B0F85 Purple

📋 copy color: '#6B0F85'

red 107 ◦ green 15 ◦ blue 133

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

Shades of Purple #6B0F85

Tints of Purple #6B0F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 41.96%
G = 5.88%
B = 52.16%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B0F85 (or 0x6B0F85) is known color: Purple. HEX triplet: 6B, 0F and 85. RGB value is (107,15,133). Sum of RGB (Red+Green+Blue) = 107+15+133=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B0F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0F85 is #94F07A. Grayscale: #373737. Windows color (decimal): -9760891 or 8720235. OLE color: 8720235.

HSL color Cylindrical-coordinate representation of color #6B0F85: hue angle of 286.78º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0F85 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 15 133 -
CMYK 0.20 0.89 0 0.48
HSL 286.78º 0.8% 0.29% -
HSV(B) 286.78º 0.89% 0.52% -
XYZ 10.47 5.16 22.63 -
YUV 55.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 107 15 133 0.20 0.89 0 0.48 286.78 0.8 0.29
Hex 6B F 85 14 59 0 30 11F 50 1D
Octal 153 17 205 24 131 0 60 437 120 35
Binary 1101011 1111 10000101 10100 1011001 0 110000 100011111 1010000 11101

Color Harmonies of #6B0F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0F85

Black with #6B0F85

Text Example


Text Example

White with #6B0F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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