Html Css Color HEX #6B1274 Purple

📋 copy color: '#6B1274'

red 107 ◦ green 18 ◦ blue 116

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

Shades of Purple #6B1274

Tints of Purple #6B1274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 44.4%
G = 7.47%
B = 48.13%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B1274 (or 0x6B1274) is known color: Purple. HEX triplet: 6B, 12 and 74. RGB value is (107,18,116). Sum of RGB (Red+Green+Blue) = 107+18+116=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B1274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1274 is #94ED8B. Grayscale: #373737. Windows color (decimal): -9760140 or 7606891. OLE color: 7606891.

HSL color Cylindrical-coordinate representation of color #6B1274: hue angle of 294.49º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1274 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 18 116 -
CMYK 0.08 0.84 0 0.55
HSL 294.49º 0.73% 0.26% -
HSV(B) 294.49º 0.84% 0.45% -
XYZ 9.43 4.82 16.96 -
YUV 55.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 107 18 116 0.08 0.84 0 0.55 294.49 0.73 0.26
Hex 6B 12 74 8 54 0 37 126 49 1A
Octal 153 22 164 10 124 0 67 446 111 32
Binary 1101011 10010 1110100 1000 1010100 0 110111 100100110 1001001 11010

Color Harmonies of #6B1274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1274

Black with #6B1274

Text Example


Text Example

White with #6B1274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,18,116); }

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

background-color css

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

 a { background-color: rgb(107,18,116); }

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

border-color css

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

 span { border-color: rgb(107,18,116); }

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