Html Css Color HEX #641CBE Purple Heart

📋 copy color: '#641CBE'

red 100 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #641CBE

Tints of Purple Heart #641CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 31.45%
G = 8.81%
B = 59.75%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#641CBE (or 0x641CBE) is known color: Purple Heart. HEX triplet: 64, 1C and BE. RGB value is (100,28,190). Sum of RGB (Red+Green+Blue) = 100+28+190=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #641CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CBE is #9BE341. Grayscale: #434343. Windows color (decimal): -10216258 or 12459108. OLE color: 12459108.

HSL color Cylindrical-coordinate representation of color #641CBE: hue angle of 266.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641CBE is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 28 190 -
CMYK 0.47 0.85 0 0.25
HSL 266.67º 0.74% 0.43% -
HSV(B) 266.67º 0.85% 0.75% -
XYZ 14.97 7.26 49.33 -
YUV 68 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 100 28 190 0.47 0.85 0 0.25 266.67 0.74 0.43
Hex 64 1C BE 2F 55 0 19 10B 4A 2B
Octal 144 34 276 57 125 0 31 413 112 53
Binary 1100100 11100 10111110 101111 1010101 0 11001 100001011 1001010 101011

Color Harmonies of #641CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CBE

Black with #641CBE

Text Example


Text Example

White with #641CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,28,190); }

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

background-color css

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

 a { background-color: rgb(100,28,190); }

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

border-color css

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

 span { border-color: rgb(100,28,190); }

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