Html Css Color HEX #641BC6 Purple Heart

📋 copy color: '#641BC6'

red 100 ◦ green 27 ◦ blue 198

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

Shades of Purple Heart #641BC6

Tints of Purple Heart #641BC6

RGB

 RED value IS 100 (39.45% from 255) = 30.77%

 GREEN value IS 27 (10.94% from 255) = 8.31%

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

R = 30.77%
G = 8.31%
B = 60.92%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#641BC6 (or 0x641BC6) is known color: Purple Heart. HEX triplet: 64, 1B and C6. RGB value is (100,27,198). Sum of RGB (Red+Green+Blue) = 100+27+198=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #641BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BC6 is #9BE439. Grayscale: #434343. Windows color (decimal): -10216506 or 12983140. OLE color: 12983140.

HSL color Cylindrical-coordinate representation of color #641BC6: hue angle of 265.61º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641BC6 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 27 198 -
CMYK 0.49 0.86 0 0.22
HSL 265.61º 0.76% 0.44% -
HSV(B) 265.61º 0.86% 0.78% -
XYZ 15.84 7.57 54.05 -
YUV 68.32 201.18 150.6 -
System Red Green Blue C M Y K H S L
Decimal 100 27 198 0.49 0.86 0 0.22 265.61 0.76 0.44
Hex 64 1B C6 31 56 0 16 10A 4C 2C
Octal 144 33 306 61 126 0 26 412 114 54
Binary 1100100 11011 11000110 110001 1010110 0 10110 100001010 1001100 101100

Color Harmonies of #641BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BC6

Black with #641BC6

Text Example


Text Example

White with #641BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641BC6; }

 p { color: rgb(100,27,198); }

 H1.HeaderClassName
 {
   color: #641BC6;
 }
 .AnyTagClassName
 {
   color: #641BC6;
 }
</style>

background-color css

<style>
 a { background-color: #641BC6; }

 a { background-color: rgb(100,27,198); }

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

border-color css

<style>
 span { border-color: #641BC6; }

 span { border-color: rgb(100,27,198); }

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