Html Css Color HEX #641CBC Purple Heart

📋 copy color: '#641CBC'

red 100 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #641CBC

Tints of Purple Heart #641CBC

RGB

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

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

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

R = 31.65%
G = 8.86%
B = 59.49%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#641CBC (or 0x641CBC) is known color: Purple Heart. HEX triplet: 64, 1C and BC. RGB value is (100,28,188). Sum of RGB (Red+Green+Blue) = 100+28+188=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #641CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CBC is #9BE343. Grayscale: #434343. Windows color (decimal): -10216260 or 12328036. OLE color: 12328036.

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

Color convert

RGB 100 28 188 -
CMYK 0.47 0.85 0 0.26
HSL 267º 0.74% 0.42% -
HSV(B) 267º 0.85% 0.74% -
XYZ 14.75 7.17 48.18 -
YUV 67.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 100 28 188 0.47 0.85 0 0.26 267 0.74 0.42
Hex 64 1C BC 2F 55 0 1A 10B 4A 2A
Octal 144 34 274 57 125 0 32 413 112 52
Binary 1100100 11100 10111100 101111 1010101 0 11010 100001011 1001010 101010

Color Harmonies of #641CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CBC

Black with #641CBC

Text Example


Text Example

White with #641CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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