Html Css Color HEX #641CBB Purple Heart

📋 copy color: '#641CBB'

red 100 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #641CBB

Tints of Purple Heart #641CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 31.75%
G = 8.89%
B = 59.37%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#641CBB (or 0x641CBB) is known color: Purple Heart. HEX triplet: 64, 1C and BB. RGB value is (100,28,187). Sum of RGB (Red+Green+Blue) = 100+28+187=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #641CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CBB is #9BE344. Grayscale: #434343. Windows color (decimal): -10216261 or 12262500. OLE color: 12262500.

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

Color convert

RGB 100 28 187 -
CMYK 0.47 0.85 0 0.27
HSL 267.17º 0.74% 0.42% -
HSV(B) 267.17º 0.85% 0.73% -
XYZ 14.64 7.13 47.62 -
YUV 67.65 195.35 151.07 -
System Red Green Blue C M Y K H S L
Decimal 100 28 187 0.47 0.85 0 0.27 267.17 0.74 0.42
Hex 64 1C BB 2F 55 0 1B 10B 4A 2A
Octal 144 34 273 57 125 0 33 413 112 52
Binary 1100100 11100 10111011 101111 1010101 0 11011 100001011 1001010 101010

Color Harmonies of #641CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CBB

Black with #641CBB

Text Example


Text Example

White with #641CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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