Html Css Color HEX #6C44BD Purple Heart

📋 copy color: '#6C44BD'

red 108 ◦ green 68 ◦ blue 189

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

Shades of Purple Heart #6C44BD

Tints of Purple Heart #6C44BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 29.59%
G = 18.63%
B = 51.78%

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

#6C44BD (or 0x6C44BD) is known color: Purple Heart. HEX triplet: 6C, 44 and BD. RGB value is (108,68,189). Sum of RGB (Red+Green+Blue) = 108+68+189=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C44BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44BD is #93BB42. Grayscale: #5D5D5D. Windows color (decimal): -9681731 or 12403820. OLE color: 12403820.

HSL color Cylindrical-coordinate representation of color #6C44BD: hue angle of 259.83º degrees, saturation: 0.48, 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 #6C44BD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 68 189 -
CMYK 0.43 0.64 0 0.26
HSL 259.83º 0.48% 0.5% -
HSV(B) 259.83º 0.64% 0.74% -
XYZ 17.44 11 49.35 -
YUV 93.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 108 68 189 0.43 0.64 0 0.26 259.83 0.48 0.5
Hex 6C 44 BD 2B 40 0 1A 104 30 32
Octal 154 104 275 53 100 0 32 404 60 62
Binary 1101100 1000100 10111101 101011 1000000 0 11010 100000100 110000 110010

Color Harmonies of #6C44BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C44BD

Black with #6C44BD

Text Example


Text Example

White with #6C44BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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