Html Css Color HEX #6B017B Purple

📋 copy color: '#6B017B'

red 107 ◦ green 1 ◦ blue 123

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

Shades of Purple #6B017B

Tints of Purple #6B017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.25%

R = 46.32%
G = 0.43%
B = 53.25%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B017B (or 0x6B017B) is known color: Purple. HEX triplet: 6B, 01 and 7B. RGB value is (107,1,123). Sum of RGB (Red+Green+Blue) = 107+1+123=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B017B is #94FE84. Grayscale: #2E2E2E. Windows color (decimal): -9764485 or 8061291. OLE color: 8061291.

HSL color Cylindrical-coordinate representation of color #6B017B: hue angle of 292.13º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B017B is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 1 123 -
CMYK 0.13 0.99 0 0.52
HSL 292.13º 0.98% 0.24% -
HSV(B) 292.13º 0.99% 0.48% -
XYZ 9.65 4.58 19.11 -
YUV 46.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 107 1 123 0.13 0.99 0 0.52 292.13 0.98 0.24
Hex 6B 1 7B D 63 0 34 124 62 18
Octal 153 1 173 15 143 0 64 444 142 30
Binary 1101011 1 1111011 1101 1100011 0 110100 100100100 1100010 11000

Color Harmonies of #6B017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B017B

Black with #6B017B

Text Example


Text Example

White with #6B017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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