Html Css Color HEX #6340BC Purple Heart

📋 copy color: '#6340BC'

red 99 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #6340BC

Tints of Purple Heart #6340BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 28.21%
G = 18.23%
B = 53.56%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6340BC (or 0x6340BC) is known color: Purple Heart. HEX triplet: 63, 40 and BC. RGB value is (99,64,188). Sum of RGB (Red+Green+Blue) = 99+64+188=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #6340BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340BC is #9CBF43. Grayscale: #585858. Windows color (decimal): -10272580 or 12337251. OLE color: 12337251.

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

Color convert

RGB 99 64 188 -
CMYK 0.47 0.66 0 0.26
HSL 256.94º 0.49% 0.49% -
HSV(B) 256.94º 0.66% 0.74% -
XYZ 16.06 9.95 48.65 -
YUV 88.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 99 64 188 0.47 0.66 0 0.26 256.94 0.49 0.49
Hex 63 40 BC 2F 42 0 1A 101 31 31
Octal 143 100 274 57 102 0 32 401 61 61
Binary 1100011 1000000 10111100 101111 1000010 0 11010 100000001 110001 110001

Color Harmonies of #6340BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6340BC

Black with #6340BC

Text Example


Text Example

White with #6340BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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