Html Css Color HEX #641ECE Purple Heart

📋 copy color: '#641ECE'

red 100 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #641ECE

Tints of Purple Heart #641ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

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

R = 29.76%
G = 8.93%
B = 61.31%

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

#641ECE (or 0x641ECE) is known color: Purple Heart. HEX triplet: 64, 1E and CE. RGB value is (100,30,206). Sum of RGB (Red+Green+Blue) = 100+30+206=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #641ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ECE is #9BE131. Grayscale: #464646. Windows color (decimal): -10215730 or 13508196. OLE color: 13508196.

HSL color Cylindrical-coordinate representation of color #641ECE: hue angle of 263.86º degrees, saturation: 0.75, 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 #641ECE is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 30 206 -
CMYK 0.51 0.85 0 0.19
HSL 263.86º 0.75% 0.46% -
HSV(B) 263.86º 0.85% 0.81% -
XYZ 16.86 8.09 59.07 -
YUV 70.99 204.19 148.69 -
System Red Green Blue C M Y K H S L
Decimal 100 30 206 0.51 0.85 0 0.19 263.86 0.75 0.46
Hex 64 1E CE 33 55 0 13 108 4B 2E
Octal 144 36 316 63 125 0 23 410 113 56
Binary 1100100 11110 11001110 110011 1010101 0 10011 100001000 1001011 101110

Color Harmonies of #641ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ECE

Black with #641ECE

Text Example


Text Example

White with #641ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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