Html Css Color HEX #6B0267 Purple

📋 copy color: '#6B0267'

red 107 ◦ green 2 ◦ blue 103

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

Shades of Purple #6B0267

Tints of Purple #6B0267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 50.47%
G = 0.94%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6B0267 (or 0x6B0267) is known color: Purple. HEX triplet: 6B, 02 and 67. RGB value is (107,2,103). Sum of RGB (Red+Green+Blue) = 107+2+103=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0267 is #94FD98. Grayscale: #2C2C2C. Windows color (decimal): -9764249 or 6750827. OLE color: 6750827.

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

Color convert

RGB 107 2 103 -
CMYK 0 0.98 0.04 0.58
HSL 302.29º 0.96% 0.21% -
HSV(B) 302.29º 0.98% 0.42% -
XYZ 8.53 4.15 13.18 -
YUV 44.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 107 2 103 0 0.98 0.04 0.58 302.29 0.96 0.21
Hex 6B 2 67 0 62 4 3A 12E 60 15
Octal 153 2 147 0 142 4 72 456 140 25
Binary 1101011 10 1100111 0 1100010 100 111010 100101110 1100000 10101

Color Harmonies of #6B0267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0267

Black with #6B0267

Text Example


Text Example

White with #6B0267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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