Html Css Color HEX #6B1CBF Purple Heart

📋 copy color: '#6B1CBF'

red 107 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #6B1CBF

Tints of Purple Heart #6B1CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.59%

R = 32.82%
G = 8.59%
B = 58.59%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B1CBF (or 0x6B1CBF) is known color: Purple Heart. HEX triplet: 6B, 1C and BF. RGB value is (107,28,191). Sum of RGB (Red+Green+Blue) = 107+28+191=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B1CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1CBF is #94E340. Grayscale: #454545. Windows color (decimal): -9757505 or 12524651. OLE color: 12524651.

HSL color Cylindrical-coordinate representation of color #6B1CBF: hue angle of 269.08º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1CBF is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 28 191 -
CMYK 0.44 0.85 0 0.25
HSL 269.08º 0.74% 0.43% -
HSV(B) 269.08º 0.85% 0.75% -
XYZ 15.88 7.72 49.94 -
YUV 70.2 196.17 154.25 -
System Red Green Blue C M Y K H S L
Decimal 107 28 191 0.44 0.85 0 0.25 269.08 0.74 0.43
Hex 6B 1C BF 2C 55 0 19 10D 4A 2B
Octal 153 34 277 54 125 0 31 415 112 53
Binary 1101011 11100 10111111 101100 1010101 0 11001 100001101 1001010 101011

Color Harmonies of #6B1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1CBF

Black with #6B1CBF

Text Example


Text Example

White with #6B1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,28,191); }

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

background-color css

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

 a { background-color: rgb(107,28,191); }

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

border-color css

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

 span { border-color: rgb(107,28,191); }

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