Html Css Color HEX #6B0067 Purple

📋 copy color: '#6B0067'

red 107 ◦ green 0 ◦ blue 103

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

Shades of Purple #6B0067

Tints of Purple #6B0067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 50.95%
G = 0%
B = 49.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6B0067 (or 0x6B0067) is known color: Purple. HEX triplet: 6B, 00 and 67. RGB value is (107,0,103). Sum of RGB (Red+Green+Blue) = 107+0+103=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0067 is #94FF98. Grayscale: #2B2B2B. Windows color (decimal): -9764761 or 6750315. OLE color: 6750315.

HSL color Cylindrical-coordinate representation of color #6B0067: hue angle of 302.24º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0067 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 0 103 -
CMYK 0 1 0.04 0.58
HSL 302.24º 1% 0.21% -
HSV(B) 302.24º 1% 0.42% -
XYZ 8.51 4.11 13.18 -
YUV 43.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 107 0 103 0 1 0.04 0.58 302.24 1 0.21
Hex 6B 0 67 0 64 4 3A 12E 64 15
Octal 153 0 147 0 144 4 72 456 144 25
Binary 1101011 0 1100111 0 1100100 100 111010 100101110 1100100 10101

Color Harmonies of #6B0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0067

Black with #6B0067

Text Example


Text Example

White with #6B0067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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