Html Css Color HEX #6B0385 Purple

📋 copy color: '#6B0385'

red 107 ◦ green 3 ◦ blue 133

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

Shades of Purple #6B0385

Tints of Purple #6B0385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 44.03%
G = 1.23%
B = 54.73%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B0385 (or 0x6B0385) is known color: Purple. HEX triplet: 6B, 03 and 85. RGB value is (107,3,133). Sum of RGB (Red+Green+Blue) = 107+3+133=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B0385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0385 is #94FC7A. Grayscale: #303030. Windows color (decimal): -9763963 or 8717163. OLE color: 8717163.

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

Color convert

RGB 107 3 133 -
CMYK 0.20 0.98 0 0.48
HSL 288º 0.96% 0.27% -
HSV(B) 288º 0.98% 0.52% -
XYZ 10.33 4.88 22.59 -
YUV 48.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 107 3 133 0.20 0.98 0 0.48 288 0.96 0.27
Hex 6B 3 85 14 62 0 30 120 60 1B
Octal 153 3 205 24 142 0 60 440 140 33
Binary 1101011 11 10000101 10100 1100010 0 110000 100100000 1100000 11011

Color Harmonies of #6B0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0385

Black with #6B0385

Text Example


Text Example

White with #6B0385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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