Html Css Color HEX #6C13BF Purple Heart

📋 copy color: '#6C13BF'

red 108 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #6C13BF

Tints of Purple Heart #6C13BF

RGB

 RED value IS 108 (42.58% from 255) = 33.96%

 GREEN value IS 19 (7.81% from 255) = 5.97%

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

R = 33.96%
G = 5.97%
B = 60.06%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C13BF (or 0x6C13BF) is known color: Purple Heart. HEX triplet: 6C, 13 and BF. RGB value is (108,19,191). Sum of RGB (Red+Green+Blue) = 108+19+191=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C13BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C13BF is #93EC40. Grayscale: #404040. Windows color (decimal): -9694273 or 12522348. OLE color: 12522348.

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

Color convert

RGB 108 19 191 -
CMYK 0.43 0.90 0 0.25
HSL 271.05º 0.82% 0.41% -
HSV(B) 271.05º 0.9% 0.75% -
XYZ 15.82 7.42 49.89 -
YUV 65.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 108 19 191 0.43 0.90 0 0.25 271.05 0.82 0.41
Hex 6C 13 BF 2B 5A 0 19 10F 52 29
Octal 154 23 277 53 132 0 31 417 122 51
Binary 1101100 10011 10111111 101011 1011010 0 11001 100001111 1010010 101001

Color Harmonies of #6C13BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C13BF

Black with #6C13BF

Text Example


Text Example

White with #6C13BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,19,191); }

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

background-color css

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

 a { background-color: rgb(108,19,191); }

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

border-color css

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

 span { border-color: rgb(108,19,191); }

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