Html Css Color HEX #6B016E Purple

📋 copy color: '#6B016E'

red 107 ◦ green 1 ◦ blue 110

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

Shades of Purple #6B016E

Tints of Purple #6B016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 49.08%
G = 0.46%
B = 50.46%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B016E (or 0x6B016E) is known color: Purple. HEX triplet: 6B, 01 and 6E. RGB value is (107,1,110). Sum of RGB (Red+Green+Blue) = 107+1+110=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B016E is #94FE91. Grayscale: #2C2C2C. Windows color (decimal): -9764498 or 7209323. OLE color: 7209323.

HSL color Cylindrical-coordinate representation of color #6B016E: hue angle of 298.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B016E is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 1 110 -
CMYK 0.03 0.99 0 0.57
HSL 298.35º 0.98% 0.22% -
HSV(B) 298.35º 0.99% 0.43% -
XYZ 8.89 4.27 15.11 -
YUV 45.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 107 1 110 0.03 0.99 0 0.57 298.35 0.98 0.22
Hex 6B 1 6E 3 63 0 39 12A 62 16
Octal 153 1 156 3 143 0 71 452 142 26
Binary 1101011 1 1101110 11 1100011 0 111001 100101010 1100010 10110

Color Harmonies of #6B016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B016E

Black with #6B016E

Text Example


Text Example

White with #6B016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,1,110); }

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

background-color css

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

 a { background-color: rgb(107,1,110); }

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

border-color css

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

 span { border-color: rgb(107,1,110); }

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