Html Css Color HEX #643DBB Purple Heart

📋 copy color: '#643DBB'

red 100 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #643DBB

Tints of Purple Heart #643DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.53%

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 28.74%
G = 17.53%
B = 53.74%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#643DBB (or 0x643DBB) is known color: Purple Heart. HEX triplet: 64, 3D and BB. RGB value is (100,61,187). Sum of RGB (Red+Green+Blue) = 100+61+187=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #643DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DBB is #9BC244. Grayscale: #565656. Windows color (decimal): -10207813 or 12270948. OLE color: 12270948.

HSL color Cylindrical-coordinate representation of color #643DBB: hue angle of 258.57º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643DBB is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 61 187 -
CMYK 0.47 0.67 0 0.27
HSL 258.57º 0.51% 0.49% -
HSV(B) 258.57º 0.67% 0.73% -
XYZ 15.89 9.63 48.04 -
YUV 87.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 100 61 187 0.47 0.67 0 0.27 258.57 0.51 0.49
Hex 64 3D BB 2F 43 0 1B 103 33 31
Octal 144 75 273 57 103 0 33 403 63 61
Binary 1100100 111101 10111011 101111 1000011 0 11011 100000011 110011 110001

Color Harmonies of #643DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DBB

Black with #643DBB

Text Example


Text Example

White with #643DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643DBB; }

 p { color: rgb(100,61,187); }

 H1.HeaderClassName
 {
   color: #643DBB;
 }
 .AnyTagClassName
 {
   color: #643DBB;
 }
</style>

background-color css

<style>
 a { background-color: #643DBB; }

 a { background-color: rgb(100,61,187); }

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

border-color css

<style>
 span { border-color: #643DBB; }

 span { border-color: rgb(100,61,187); }

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