Html Css Color HEX #6445BE Purple Heart

📋 copy color: '#6445BE'

red 100 ◦ green 69 ◦ blue 190

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

Shades of Purple Heart #6445BE

Tints of Purple Heart #6445BE

RGB

 RED value IS 100 (39.45% from 255) = 27.86%

 GREEN value IS 69 (27.34% from 255) = 19.22%

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 27.86%
G = 19.22%
B = 52.92%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6445BE (or 0x6445BE) is known color: Purple Heart. HEX triplet: 64, 45 and BE. RGB value is (100,69,190). Sum of RGB (Red+Green+Blue) = 100+69+190=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #6445BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445BE is #9BBA41. Grayscale: #5B5B5B. Windows color (decimal): -10205762 or 12469604. OLE color: 12469604.

HSL color Cylindrical-coordinate representation of color #6445BE: hue angle of 255.37º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6445BE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 69 190 -
CMYK 0.47 0.64 0 0.25
HSL 255.37º 0.48% 0.51% -
HSV(B) 255.37º 0.64% 0.75% -
XYZ 16.68 10.68 49.9 -
YUV 92.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 100 69 190 0.47 0.64 0 0.25 255.37 0.48 0.51
Hex 64 45 BE 2F 40 0 19 FF 30 33
Octal 144 105 276 57 100 0 31 377 60 63
Binary 1100100 1000101 10111110 101111 1000000 0 11001 11111111 110000 110011

Color Harmonies of #6445BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6445BE

Black with #6445BE

Text Example


Text Example

White with #6445BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6445BE; }

 p { color: rgb(100,69,190); }

 H1.HeaderClassName
 {
   color: #6445BE;
 }
 .AnyTagClassName
 {
   color: #6445BE;
 }
</style>

background-color css

<style>
 a { background-color: #6445BE; }

 a { background-color: rgb(100,69,190); }

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

border-color css

<style>
 span { border-color: #6445BE; }

 span { border-color: rgb(100,69,190); }

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