Html Css Color HEX #6744BD Purple Heart

📋 copy color: '#6744BD'

red 103 ◦ green 68 ◦ blue 189

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

Shades of Purple Heart #6744BD

Tints of Purple Heart #6744BD

RGB

 RED value IS 103 (40.63% from 255) = 28.61%

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

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

R = 28.61%
G = 18.89%
B = 52.5%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6744BD (or 0x6744BD) is known color: Purple Heart. HEX triplet: 67, 44 and BD. RGB value is (103,68,189). Sum of RGB (Red+Green+Blue) = 103+68+189=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #6744BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6744BD is #98BB42. Grayscale: #5B5B5B. Windows color (decimal): -10009411 or 12403815. OLE color: 12403815.

HSL color Cylindrical-coordinate representation of color #6744BD: hue angle of 257.36º degrees, saturation: 0.48, 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 #6744BD is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 68 189 -
CMYK 0.46 0.64 0 0.26
HSL 257.36º 0.48% 0.5% -
HSV(B) 257.36º 0.64% 0.74% -
XYZ 16.85 10.69 49.32 -
YUV 92.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 103 68 189 0.46 0.64 0 0.26 257.36 0.48 0.5
Hex 67 44 BD 2E 40 0 1A 101 30 32
Octal 147 104 275 56 100 0 32 401 60 62
Binary 1100111 1000100 10111101 101110 1000000 0 11010 100000001 110000 110010

Color Harmonies of #6744BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6744BD

Black with #6744BD

Text Example


Text Example

White with #6744BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,68,189); }

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

background-color css

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

 a { background-color: rgb(103,68,189); }

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

border-color css

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

 span { border-color: rgb(103,68,189); }

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