Html Css Color HEX #641FBE Purple Heart

📋 copy color: '#641FBE'

red 100 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #641FBE

Tints of Purple Heart #641FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.66%

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

R = 31.15%
G = 9.66%
B = 59.19%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#641FBE (or 0x641FBE) is known color: Purple Heart. HEX triplet: 64, 1F and BE. RGB value is (100,31,190). Sum of RGB (Red+Green+Blue) = 100+31+190=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #641FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FBE is #9BE041. Grayscale: #454545. Windows color (decimal): -10215490 or 12459876. OLE color: 12459876.

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

Color convert

RGB 100 31 190 -
CMYK 0.47 0.84 0 0.25
HSL 266.04º 0.72% 0.43% -
HSV(B) 266.04º 0.84% 0.75% -
XYZ 15.04 7.41 49.35 -
YUV 69.76 195.86 149.57 -
System Red Green Blue C M Y K H S L
Decimal 100 31 190 0.47 0.84 0 0.25 266.04 0.72 0.43
Hex 64 1F BE 2F 54 0 19 10A 48 2B
Octal 144 37 276 57 124 0 31 412 110 53
Binary 1100100 11111 10111110 101111 1010100 0 11001 100001010 1001000 101011

Color Harmonies of #641FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FBE

Black with #641FBE

Text Example


Text Example

White with #641FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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