Html Css Color HEX #6B0368 Purple

📋 copy color: '#6B0368'

red 107 ◦ green 3 ◦ blue 104

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

Shades of Purple #6B0368

Tints of Purple #6B0368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 50%
G = 1.4%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B0368 (or 0x6B0368) is known color: Purple. HEX triplet: 6B, 03 and 68. RGB value is (107,3,104). Sum of RGB (Red+Green+Blue) = 107+3+104=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0368 is #94FC97. Grayscale: #2D2D2D. Windows color (decimal): -9763992 or 6816619. OLE color: 6816619.

HSL color Cylindrical-coordinate representation of color #6B0368: hue angle of 301.73º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0368 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 3 104 -
CMYK 0 0.97 0.03 0.58
HSL 301.73º 0.95% 0.22% -
HSV(B) 301.73º 0.97% 0.42% -
XYZ 8.59 4.19 13.45 -
YUV 45.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 107 3 104 0 0.97 0.03 0.58 301.73 0.95 0.22
Hex 6B 3 68 0 61 3 3A 12E 5F 16
Octal 153 3 150 0 141 3 72 456 137 26
Binary 1101011 11 1101000 0 1100001 11 111010 100101110 1011111 10110

Color Harmonies of #6B0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0368

Black with #6B0368

Text Example


Text Example

White with #6B0368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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