Html Css Color HEX #641DBA Purple Heart

📋 copy color: '#641DBA'

red 100 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #641DBA

Tints of Purple Heart #641DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.21%

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 31.75%
G = 9.21%
B = 59.05%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#641DBA (or 0x641DBA) is known color: Purple Heart. HEX triplet: 64, 1D and BA. RGB value is (100,29,186). Sum of RGB (Red+Green+Blue) = 100+29+186=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #641DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DBA is #9BE245. Grayscale: #434343. Windows color (decimal): -10216006 or 12197220. OLE color: 12197220.

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

Color convert

RGB 100 29 186 -
CMYK 0.46 0.84 0 0.27
HSL 267.13º 0.73% 0.42% -
HSV(B) 267.13º 0.84% 0.73% -
XYZ 14.56 7.13 47.06 -
YUV 68.13 194.52 150.73 -
System Red Green Blue C M Y K H S L
Decimal 100 29 186 0.46 0.84 0 0.27 267.13 0.73 0.42
Hex 64 1D BA 2E 54 0 1B 10B 49 2A
Octal 144 35 272 56 124 0 33 413 111 52
Binary 1100100 11101 10111010 101110 1010100 0 11011 100001011 1001001 101010

Color Harmonies of #641DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DBA

Black with #641DBA

Text Example


Text Example

White with #641DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,29,186); }

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

background-color css

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

 a { background-color: rgb(100,29,186); }

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

border-color css

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

 span { border-color: rgb(100,29,186); }

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