Html Css Color HEX #6B056D Purple

📋 copy color: '#6B056D'

red 107 ◦ green 5 ◦ blue 109

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

Shades of Purple #6B056D

Tints of Purple #6B056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 48.42%
G = 2.26%
B = 49.32%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B056D (or 0x6B056D) is known color: Purple. HEX triplet: 6B, 05 and 6D. RGB value is (107,5,109). Sum of RGB (Red+Green+Blue) = 107+5+109=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B056D is #94FA92. Grayscale: #2F2F2F. Windows color (decimal): -9763475 or 7144811. OLE color: 7144811.

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

Color convert

RGB 107 5 109 -
CMYK 0.02 0.95 0 0.57
HSL 298.85º 0.91% 0.22% -
HSV(B) 298.85º 0.95% 0.43% -
XYZ 8.88 4.34 14.84 -
YUV 47.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 107 5 109 0.02 0.95 0 0.57 298.85 0.91 0.22
Hex 6B 5 6D 2 5F 0 39 12B 5B 16
Octal 153 5 155 2 137 0 71 453 133 26
Binary 1101011 101 1101101 10 1011111 0 111001 100101011 1011011 10110

Color Harmonies of #6B056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B056D

Black with #6B056D

Text Example


Text Example

White with #6B056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,109); }

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

background-color css

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

 a { background-color: rgb(107,5,109); }

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

border-color css

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

 span { border-color: rgb(107,5,109); }

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