Html Css Color HEX #642FDB Purple Heart

📋 copy color: '#642FDB'

red 100 ◦ green 47 ◦ blue 219

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

Shades of Purple Heart #642FDB

Tints of Purple Heart #642FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.84%

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 27.32%
G = 12.84%
B = 59.84%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#642FDB (or 0x642FDB) is known color: Purple Heart. HEX triplet: 64, 2F and DB. RGB value is (100,47,219). Sum of RGB (Red+Green+Blue) = 100+47+219=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #642FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FDB is #9BD024. Grayscale: #515151. Windows color (decimal): -10211365 or 14364516. OLE color: 14364516.

HSL color Cylindrical-coordinate representation of color #642FDB: hue angle of 258.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642FDB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 47 219 -
CMYK 0.54 0.79 0 0.14
HSL 258.49º 0.7% 0.52% -
HSV(B) 258.49º 0.79% 0.86% -
XYZ 19.06 9.86 67.92 -
YUV 82.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 100 47 219 0.54 0.79 0 0.14 258.49 0.7 0.52
Hex 64 2F DB 36 4F 0 E 102 46 34
Octal 144 57 333 66 117 0 16 402 106 64
Binary 1100100 101111 11011011 110110 1001111 0 1110 100000010 1000110 110100

Color Harmonies of #642FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FDB

Black with #642FDB

Text Example


Text Example

White with #642FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642FDB; }

 p { color: rgb(100,47,219); }

 H1.HeaderClassName
 {
   color: #642FDB;
 }
 .AnyTagClassName
 {
   color: #642FDB;
 }
</style>

background-color css

<style>
 a { background-color: #642FDB; }

 a { background-color: rgb(100,47,219); }

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

border-color css

<style>
 span { border-color: #642FDB; }

 span { border-color: rgb(100,47,219); }

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