Html Css Color HEX #6B14C6 Purple Heart

📋 copy color: '#6B14C6'

red 107 ◦ green 20 ◦ blue 198

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

Shades of Purple Heart #6B14C6

Tints of Purple Heart #6B14C6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 198 (77.73% from 255) = 60.92%

R = 32.92%
G = 6.15%
B = 60.92%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6B14C6 (or 0x6B14C6) is known color: Purple Heart. HEX triplet: 6B, 14 and C6. RGB value is (107,20,198). Sum of RGB (Red+Green+Blue) = 107+20+198=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #6B14C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B14C6 is #94EB39. Grayscale: #414141. Windows color (decimal): -9759546 or 12981355. OLE color: 12981355.

HSL color Cylindrical-coordinate representation of color #6B14C6: hue angle of 269.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B14C6 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 20 198 -
CMYK 0.46 0.90 0 0.22
HSL 269.33º 0.82% 0.43% -
HSV(B) 269.33º 0.9% 0.78% -
XYZ 16.51 7.7 54.04 -
YUV 66.31 202.32 157.03 -
System Red Green Blue C M Y K H S L
Decimal 107 20 198 0.46 0.90 0 0.22 269.33 0.82 0.43
Hex 6B 14 C6 2E 5A 0 16 10D 52 2B
Octal 153 24 306 56 132 0 26 415 122 53
Binary 1101011 10100 11000110 101110 1011010 0 10110 100001101 1010010 101011

Color Harmonies of #6B14C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B14C6

Black with #6B14C6

Text Example


Text Example

White with #6B14C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,20,198); }

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

background-color css

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

 a { background-color: rgb(107,20,198); }

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

border-color css

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

 span { border-color: rgb(107,20,198); }

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