Html Css Color HEX #6B0073 Purple

📋 copy color: '#6B0073'

red 107 ◦ green 0 ◦ blue 115

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

Shades of Purple #6B0073

Tints of Purple #6B0073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 48.2%
G = 0%
B = 51.8%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B0073 (or 0x6B0073) is known color: Purple. HEX triplet: 6B, 00 and 73. RGB value is (107,0,115). Sum of RGB (Red+Green+Blue) = 107+0+115=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0073 is #94FF8C. Grayscale: #2C2C2C. Windows color (decimal): -9764749 or 7536747. OLE color: 7536747.

HSL color Cylindrical-coordinate representation of color #6B0073: hue angle of 295.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0073 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 0 115 -
CMYK 0.07 1 0 0.55
HSL 295.83º 1% 0.23% -
HSV(B) 295.83º 1% 0.45% -
XYZ 9.16 4.36 16.58 -
YUV 45.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 107 0 115 0.07 1 0 0.55 295.83 1 0.23
Hex 6B 0 73 7 64 0 37 128 64 17
Octal 153 0 163 7 144 0 67 450 144 27
Binary 1101011 0 1110011 111 1100100 0 110111 100101000 1100100 10111

Color Harmonies of #6B0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0073

Black with #6B0073

Text Example


Text Example

White with #6B0073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,115); }

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

background-color css

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

 a { background-color: rgb(107,0,115); }

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

border-color css

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

 span { border-color: rgb(107,0,115); }

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