Html Css Color HEX #6C13BB Purple Heart

📋 copy color: '#6C13BB'

red 108 ◦ green 19 ◦ blue 187

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

Shades of Purple Heart #6C13BB

Tints of Purple Heart #6C13BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 34.39%
G = 6.05%
B = 59.55%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C13BB (or 0x6C13BB) is known color: Purple Heart. HEX triplet: 6C, 13 and BB. RGB value is (108,19,187). Sum of RGB (Red+Green+Blue) = 108+19+187=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C13BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C13BB is #93EC44. Grayscale: #404040. Windows color (decimal): -9694277 or 12260204. OLE color: 12260204.

HSL color Cylindrical-coordinate representation of color #6C13BB: hue angle of 271.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C13BB is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 19 187 -
CMYK 0.42 0.90 0 0.27
HSL 271.79º 0.82% 0.4% -
HSV(B) 271.79º 0.9% 0.73% -
XYZ 15.39 7.24 47.6 -
YUV 64.76 196.99 158.84 -
System Red Green Blue C M Y K H S L
Decimal 108 19 187 0.42 0.90 0 0.27 271.79 0.82 0.4
Hex 6C 13 BB 2A 5A 0 1B 110 52 28
Octal 154 23 273 52 132 0 33 420 122 50
Binary 1101100 10011 10111011 101010 1011010 0 11011 100010000 1010010 101000

Color Harmonies of #6C13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C13BB

Black with #6C13BB

Text Example


Text Example

White with #6C13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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