Html Css Color HEX #6C44C8 Purple Heart

📋 copy color: '#6C44C8'

red 108 ◦ green 68 ◦ blue 200

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

Shades of Purple Heart #6C44C8

Tints of Purple Heart #6C44C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.19%

R = 28.72%
G = 18.09%
B = 53.19%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6C44C8 (or 0x6C44C8) is known color: Purple Heart. HEX triplet: 6C, 44 and C8. RGB value is (108,68,200). Sum of RGB (Red+Green+Blue) = 108+68+200=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C44C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44C8 is #93BB37. Grayscale: #5E5E5E. Windows color (decimal): -9681720 or 13124716. OLE color: 13124716.

HSL color Cylindrical-coordinate representation of color #6C44C8: hue angle of 258.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C44C8 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 108 68 200 -
CMYK 0.46 0.66 0 0.22
HSL 258.18º 0.55% 0.53% -
HSV(B) 258.18º 0.66% 0.78% -
XYZ 18.68 11.49 55.88 -
YUV 95.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 108 68 200 0.46 0.66 0 0.22 258.18 0.55 0.53
Hex 6C 44 C8 2E 42 0 16 102 37 35
Octal 154 104 310 56 102 0 26 402 67 65
Binary 1101100 1000100 11001000 101110 1000010 0 10110 100000010 110111 110101

Color Harmonies of #6C44C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C44C8

Black with #6C44C8

Text Example


Text Example

White with #6C44C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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