Html Css Color HEX #6644C6 Purple Heart

📋 copy color: '#6644C6'

red 102 ◦ green 68 ◦ blue 198

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

Shades of Purple Heart #6644C6

Tints of Purple Heart #6644C6

RGB

 RED value IS 102 (40.23% from 255) = 27.72%

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

 BLUE value IS 198 (77.73% from 255) = 53.8%

R = 27.72%
G = 18.48%
B = 53.8%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6644C6 (or 0x6644C6) is known color: Purple Heart. HEX triplet: 66, 44 and C6. RGB value is (102,68,198). Sum of RGB (Red+Green+Blue) = 102+68+198=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #6644C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6644C6 is #99BB39. Grayscale: #5C5C5C. Windows color (decimal): -10074938 or 12993638. OLE color: 12993638.

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

Color convert

RGB 102 68 198 -
CMYK 0.48 0.66 0 0.22
HSL 255.69º 0.53% 0.52% -
HSV(B) 255.69º 0.66% 0.78% -
XYZ 17.74 11.04 54.62 -
YUV 92.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 102 68 198 0.48 0.66 0 0.22 255.69 0.53 0.52
Hex 66 44 C6 30 42 0 16 100 35 34
Octal 146 104 306 60 102 0 26 400 65 64
Binary 1100110 1000100 11000110 110000 1000010 0 10110 100000000 110101 110100

Color Harmonies of #6644C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6644C6

Black with #6644C6

Text Example


Text Example

White with #6644C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6644C6; }

 p { color: rgb(102,68,198); }

 H1.HeaderClassName
 {
   color: #6644C6;
 }
 .AnyTagClassName
 {
   color: #6644C6;
 }
</style>

background-color css

<style>
 a { background-color: #6644C6; }

 a { background-color: rgb(102,68,198); }

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

border-color css

<style>
 span { border-color: #6644C6; }

 span { border-color: rgb(102,68,198); }

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