Html Css Color HEX #6340BA Purple Heart

📋 copy color: '#6340BA'

red 99 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #6340BA

Tints of Purple Heart #6340BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 28.37%
G = 18.34%
B = 53.3%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6340BA (or 0x6340BA) is known color: Purple Heart. HEX triplet: 63, 40 and BA. RGB value is (99,64,186). Sum of RGB (Red+Green+Blue) = 99+64+186=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #6340BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340BA is #9CBF45. Grayscale: #575757. Windows color (decimal): -10272582 or 12206179. OLE color: 12206179.

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

Color convert

RGB 99 64 186 -
CMYK 0.47 0.66 0 0.27
HSL 257.21º 0.49% 0.49% -
HSV(B) 257.21º 0.66% 0.73% -
XYZ 15.84 9.86 47.52 -
YUV 88.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 99 64 186 0.47 0.66 0 0.27 257.21 0.49 0.49
Hex 63 40 BA 2F 42 0 1B 101 31 31
Octal 143 100 272 57 102 0 33 401 61 61
Binary 1100011 1000000 10111010 101111 1000010 0 11011 100000001 110001 110001

Color Harmonies of #6340BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6340BA

Black with #6340BA

Text Example


Text Example

White with #6340BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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