Html Css Color HEX #6344BC Purple Heart

📋 copy color: '#6344BC'

red 99 ◦ green 68 ◦ blue 188

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

Shades of Purple Heart #6344BC

Tints of Purple Heart #6344BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 27.89%
G = 19.15%
B = 52.96%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6344BC (or 0x6344BC) is known color: Purple Heart. HEX triplet: 63, 44 and BC. RGB value is (99,68,188). Sum of RGB (Red+Green+Blue) = 99+68+188=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #6344BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344BC is #9CBB43. Grayscale: #5A5A5A. Windows color (decimal): -10271556 or 12338275. OLE color: 12338275.

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

Color convert

RGB 99 68 188 -
CMYK 0.47 0.64 0 0.26
HSL 255.5º 0.47% 0.5% -
HSV(B) 255.5º 0.64% 0.74% -
XYZ 16.29 10.42 48.73 -
YUV 90.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 99 68 188 0.47 0.64 0 0.26 255.5 0.47 0.5
Hex 63 44 BC 2F 40 0 1A 100 2F 32
Octal 143 104 274 57 100 0 32 400 57 62
Binary 1100011 1000100 10111100 101111 1000000 0 11010 100000000 101111 110010

Color Harmonies of #6344BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6344BC

Black with #6344BC

Text Example


Text Example

White with #6344BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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