Html Css Color HEX #641FBC Purple Heart

📋 copy color: '#641FBC'

red 100 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #641FBC

Tints of Purple Heart #641FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 31.35%
G = 9.72%
B = 58.93%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#641FBC (or 0x641FBC) is known color: Purple Heart. HEX triplet: 64, 1F and BC. RGB value is (100,31,188). Sum of RGB (Red+Green+Blue) = 100+31+188=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #641FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FBC is #9BE043. Grayscale: #444444. Windows color (decimal): -10215492 or 12328804. OLE color: 12328804.

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

Color convert

RGB 100 31 188 -
CMYK 0.47 0.84 0 0.26
HSL 266.37º 0.72% 0.43% -
HSV(B) 266.37º 0.84% 0.74% -
XYZ 14.82 7.32 48.21 -
YUV 69.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 100 31 188 0.47 0.84 0 0.26 266.37 0.72 0.43
Hex 64 1F BC 2F 54 0 1A 10A 48 2B
Octal 144 37 274 57 124 0 32 412 110 53
Binary 1100100 11111 10111100 101111 1010100 0 11010 100001010 1001000 101011

Color Harmonies of #641FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FBC

Black with #641FBC

Text Example


Text Example

White with #641FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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