Html Css Color HEX #6B0D70 Purple

📋 copy color: '#6B0D70'

red 107 ◦ green 13 ◦ blue 112

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

Shades of Purple #6B0D70

Tints of Purple #6B0D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 46.12%
G = 5.6%
B = 48.28%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B0D70 (or 0x6B0D70) is known color: Purple. HEX triplet: 6B, 0D and 70. RGB value is (107,13,112). Sum of RGB (Red+Green+Blue) = 107+13+112=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B0D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D70 is #94F28F. Grayscale: #343434. Windows color (decimal): -9761424 or 7343467. OLE color: 7343467.

HSL color Cylindrical-coordinate representation of color #6B0D70: hue angle of 296.97º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D70 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 13 112 -
CMYK 0.04 0.88 0 0.56
HSL 296.97º 0.79% 0.25% -
HSV(B) 296.97º 0.88% 0.44% -
XYZ 9.13 4.58 15.73 -
YUV 52.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 107 13 112 0.04 0.88 0 0.56 296.97 0.79 0.25
Hex 6B D 70 4 58 0 38 129 4F 19
Octal 153 15 160 4 130 0 70 451 117 31
Binary 1101011 1101 1110000 100 1011000 0 111000 100101001 1001111 11001

Color Harmonies of #6B0D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D70

Black with #6B0D70

Text Example


Text Example

White with #6B0D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,13,112); }

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

background-color css

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

 a { background-color: rgb(107,13,112); }

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

border-color css

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

 span { border-color: rgb(107,13,112); }

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