Html Css Color HEX #6B12BF Purple Heart

📋 copy color: '#6B12BF'

red 107 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #6B12BF

Tints of Purple Heart #6B12BF

RGB

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

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

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

R = 33.86%
G = 5.7%
B = 60.44%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B12BF (or 0x6B12BF) is known color: Purple Heart. HEX triplet: 6B, 12 and BF. RGB value is (107,18,191). Sum of RGB (Red+Green+Blue) = 107+18+191=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B12BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B12BF is #94ED40. Grayscale: #3F3F3F. Windows color (decimal): -9760065 or 12522091. OLE color: 12522091.

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

Color convert

RGB 107 18 191 -
CMYK 0.44 0.91 0 0.25
HSL 270.87º 0.83% 0.41% -
HSV(B) 270.87º 0.91% 0.75% -
XYZ 15.68 7.32 49.88 -
YUV 64.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 107 18 191 0.44 0.91 0 0.25 270.87 0.83 0.41
Hex 6B 12 BF 2C 5B 0 19 10F 53 29
Octal 153 22 277 54 133 0 31 417 123 51
Binary 1101011 10010 10111111 101100 1011011 0 11001 100001111 1010011 101001

Color Harmonies of #6B12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B12BF

Black with #6B12BF

Text Example


Text Example

White with #6B12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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