Html Css Color HEX #6B0A85 Purple

📋 copy color: '#6B0A85'

red 107 ◦ green 10 ◦ blue 133

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

Shades of Purple #6B0A85

Tints of Purple #6B0A85

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

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

R = 42.8%
G = 4%
B = 53.2%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B0A85 (or 0x6B0A85) is known color: Purple. HEX triplet: 6B, 0A and 85. RGB value is (107,10,133). Sum of RGB (Red+Green+Blue) = 107+10+133=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B0A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0A85 is #94F57A. Grayscale: #343434. Windows color (decimal): -9762171 or 8718955. OLE color: 8718955.

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

Color convert

RGB 107 10 133 -
CMYK 0.20 0.92 0 0.48
HSL 287.32º 0.86% 0.28% -
HSV(B) 287.32º 0.92% 0.52% -
XYZ 10.41 5.04 22.61 -
YUV 53.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 107 10 133 0.20 0.92 0 0.48 287.32 0.86 0.28
Hex 6B A 85 14 5C 0 30 11F 56 1C
Octal 153 12 205 24 134 0 60 437 126 34
Binary 1101011 1010 10000101 10100 1011100 0 110000 100011111 1010110 11100

Color Harmonies of #6B0A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A85

Black with #6B0A85

Text Example


Text Example

White with #6B0A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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