Html Css Color HEX #6340BD Purple Heart

📋 copy color: '#6340BD'

red 99 ◦ green 64 ◦ blue 189

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

Shades of Purple Heart #6340BD

Tints of Purple Heart #6340BD

RGB

 RED value IS 99 (39.06% from 255) = 28.13%

 GREEN value IS 64 (25.39% from 255) = 18.18%

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 28.13%
G = 18.18%
B = 53.69%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6340BD (or 0x6340BD) is known color: Purple Heart. HEX triplet: 63, 40 and BD. RGB value is (99,64,189). Sum of RGB (Red+Green+Blue) = 99+64+189=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #6340BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340BD is #9CBF42. Grayscale: #585858. Windows color (decimal): -10272579 or 12402787. OLE color: 12402787.

HSL color Cylindrical-coordinate representation of color #6340BD: hue angle of 256.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6340BD is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 64 189 -
CMYK 0.48 0.66 0 0.26
HSL 256.8º 0.49% 0.5% -
HSV(B) 256.8º 0.66% 0.74% -
XYZ 16.16 9.99 49.22 -
YUV 88.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 99 64 189 0.48 0.66 0 0.26 256.8 0.49 0.5
Hex 63 40 BD 30 42 0 1A 101 31 32
Octal 143 100 275 60 102 0 32 401 61 62
Binary 1100011 1000000 10111101 110000 1000010 0 11010 100000001 110001 110010

Color Harmonies of #6340BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6340BD

Black with #6340BD

Text Example


Text Example

White with #6340BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6340BD; }

 p { color: rgb(99,64,189); }

 H1.HeaderClassName
 {
   color: #6340BD;
 }
 .AnyTagClassName
 {
   color: #6340BD;
 }
</style>

background-color css

<style>
 a { background-color: #6340BD; }

 a { background-color: rgb(99,64,189); }

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

border-color css

<style>
 span { border-color: #6340BD; }

 span { border-color: rgb(99,64,189); }

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