Html Css Color HEX #6C019B Purple

📋 copy color: '#6C019B'

red 108 ◦ green 1 ◦ blue 155

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

Shades of Purple #6C019B

Tints of Purple #6C019B

RGB

 RED value IS 108 (42.58% from 255) = 40.91%

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

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 40.91%
G = 0.38%
B = 58.71%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C019B (or 0x6C019B) is known color: Purple. HEX triplet: 6C, 01 and 9B. RGB value is (108,1,155). Sum of RGB (Red+Green+Blue) = 108+1+155=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C019B is #93FE64. Grayscale: #323232. Windows color (decimal): -9698917 or 10158444. OLE color: 10158444.

HSL color Cylindrical-coordinate representation of color #6C019B: hue angle of 281.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C019B is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 1 155 -
CMYK 0.30 0.99 0 0.39
HSL 281.69º 0.99% 0.31% -
HSV(B) 281.69º 0.99% 0.61% -
XYZ 12.11 5.58 31.45 -
YUV 50.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 108 1 155 0.30 0.99 0 0.39 281.69 0.99 0.31
Hex 6C 1 9B 1E 63 0 27 11A 63 1F
Octal 154 1 233 36 143 0 47 432 143 37
Binary 1101100 1 10011011 11110 1100011 0 100111 100011010 1100011 11111

Color Harmonies of #6C019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C019B

Black with #6C019B

Text Example


Text Example

White with #6C019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,155); }

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

background-color css

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

 a { background-color: rgb(108,1,155); }

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

border-color css

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

 span { border-color: rgb(108,1,155); }

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