Html Css Color HEX #641FCE Purple Heart

📋 copy color: '#641FCE'

red 100 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #641FCE

Tints of Purple Heart #641FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 29.67%
G = 9.2%
B = 61.13%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#641FCE (or 0x641FCE) is known color: Purple Heart. HEX triplet: 64, 1F and CE. RGB value is (100,31,206). Sum of RGB (Red+Green+Blue) = 100+31+206=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #641FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FCE is #9BE031. Grayscale: #464646. Windows color (decimal): -10215474 or 13508452. OLE color: 13508452.

HSL color Cylindrical-coordinate representation of color #641FCE: hue angle of 263.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641FCE is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 31 206 -
CMYK 0.51 0.85 0 0.19
HSL 263.66º 0.74% 0.46% -
HSV(B) 263.66º 0.85% 0.81% -
XYZ 16.89 8.15 59.07 -
YUV 71.58 203.86 148.27 -
System Red Green Blue C M Y K H S L
Decimal 100 31 206 0.51 0.85 0 0.19 263.66 0.74 0.46
Hex 64 1F CE 33 55 0 13 108 4A 2E
Octal 144 37 316 63 125 0 23 410 112 56
Binary 1100100 11111 11001110 110011 1010101 0 10011 100001000 1001010 101110

Color Harmonies of #641FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FCE

Black with #641FCE

Text Example


Text Example

White with #641FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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