Html Css Color HEX #6F1CCD Purple Heart

📋 copy color: '#6F1CCD'

red 111 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #6F1CCD

Tints of Purple Heart #6F1CCD

RGB

 RED value IS 111 (43.75% from 255) = 32.27%

 GREEN value IS 28 (11.33% from 255) = 8.14%

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 32.27%
G = 8.14%
B = 59.59%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F1CCD (or 0x6F1CCD) is known color: Purple Heart. HEX triplet: 6F, 1C and CD. RGB value is (111,28,205). Sum of RGB (Red+Green+Blue) = 111+28+205=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F1CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1CCD is #90E332. Grayscale: #484848. Windows color (decimal): -9495347 or 13442159. OLE color: 13442159.

HSL color Cylindrical-coordinate representation of color #6F1CCD: hue angle of 268.14º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1CCD is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 28 205 -
CMYK 0.46 0.86 0 0.20
HSL 268.14º 0.76% 0.46% -
HSV(B) 268.14º 0.86% 0.8% -
XYZ 17.99 8.62 58.47 -
YUV 73 202.5 155.11 -
System Red Green Blue C M Y K H S L
Decimal 111 28 205 0.46 0.86 0 0.20 268.14 0.76 0.46
Hex 6F 1C CD 2E 56 0 14 10C 4C 2E
Octal 157 34 315 56 126 0 24 414 114 56
Binary 1101111 11100 11001101 101110 1010110 0 10100 100001100 1001100 101110

Color Harmonies of #6F1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1CCD

Black with #6F1CCD

Text Example


Text Example

White with #6F1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,28,205); }

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

background-color css

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

 a { background-color: rgb(111,28,205); }

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

border-color css

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

 span { border-color: rgb(111,28,205); }

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