Html Css Color HEX #6C44BC Purple Heart

📋 copy color: '#6C44BC'

red 108 ◦ green 68 ◦ blue 188

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

Shades of Purple Heart #6C44BC

Tints of Purple Heart #6C44BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 29.67%
G = 18.68%
B = 51.65%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C44BC (or 0x6C44BC) is known color: Purple Heart. HEX triplet: 6C, 44 and BC. RGB value is (108,68,188). Sum of RGB (Red+Green+Blue) = 108+68+188=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44BC is #93BB43. Grayscale: #5D5D5D. Windows color (decimal): -9681732 or 12338284. OLE color: 12338284.

HSL color Cylindrical-coordinate representation of color #6C44BC: hue angle of 260º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C44BC is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 68 188 -
CMYK 0.43 0.64 0 0.26
HSL 260º 0.47% 0.5% -
HSV(B) 260º 0.64% 0.74% -
XYZ 17.33 10.95 48.78 -
YUV 93.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 108 68 188 0.43 0.64 0 0.26 260 0.47 0.5
Hex 6C 44 BC 2B 40 0 1A 104 2F 32
Octal 154 104 274 53 100 0 32 404 57 62
Binary 1101100 1000100 10111100 101011 1000000 0 11010 100000100 101111 110010

Color Harmonies of #6C44BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C44BC

Black with #6C44BC

Text Example


Text Example

White with #6C44BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,188); }

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

background-color css

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

 a { background-color: rgb(108,68,188); }

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

border-color css

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

 span { border-color: rgb(108,68,188); }

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