Html Css Color HEX #6B1FAC Purple Heart

📋 copy color: '#6B1FAC'

red 107 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #6B1FAC

Tints of Purple Heart #6B1FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 34.52%
G = 10%
B = 55.48%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B1FAC (or 0x6B1FAC) is known color: Purple Heart. HEX triplet: 6B, 1F and AC. RGB value is (107,31,172). Sum of RGB (Red+Green+Blue) = 107+31+172=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1FAC is #94E053. Grayscale: #454545. Windows color (decimal): -9756756 or 11280235. OLE color: 11280235.

HSL color Cylindrical-coordinate representation of color #6B1FAC: hue angle of 272.34º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1FAC is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 31 172 -
CMYK 0.38 0.82 0 0.33
HSL 272.34º 0.69% 0.4% -
HSV(B) 272.34º 0.82% 0.67% -
XYZ 14 7.08 39.66 -
YUV 69.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 107 31 172 0.38 0.82 0 0.33 272.34 0.69 0.4
Hex 6B 1F AC 26 52 0 21 110 45 28
Octal 153 37 254 46 122 0 41 420 105 50
Binary 1101011 11111 10101100 100110 1010010 0 100001 100010000 1000101 101000

Color Harmonies of #6B1FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1FAC

Black with #6B1FAC

Text Example


Text Example

White with #6B1FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,31,172); }

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

background-color css

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

 a { background-color: rgb(107,31,172); }

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

border-color css

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

 span { border-color: rgb(107,31,172); }

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